mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-25 09:44:04 +01:00
Fix userController unit test
This commit is contained in:
parent
4e38e0bbfb
commit
6ed67ad895
@ -169,7 +169,7 @@ public function testGetUserDetails()
|
||||
$response = $this->actingAs($user, 'api')
|
||||
->json('GET', '/api/user')
|
||||
->assertStatus(200)
|
||||
->assertJsonStructure(['id', 'name', 'email']);
|
||||
->assertJsonStructure(['name', 'email']);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user