mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
api refactoring
This commit is contained in:
@@ -46,7 +46,7 @@ class PersonalAccessTokenTest extends TestCase
|
||||
$this
|
||||
->actingAs($user)
|
||||
->deleteJson("/api/user/tokens/$token_id")
|
||||
->assertStatus(204);
|
||||
->assertStatus(200);
|
||||
|
||||
$this->assertDatabaseMissing('personal_access_tokens', [
|
||||
'id' => $token_id,
|
||||
|
||||
Reference in New Issue
Block a user