forked from Alex/Pterodactyl-Panel
love me some magic numbers
This commit is contained in:
parent
9ab8f946ec
commit
fb14603e17
@ -194,7 +194,7 @@ class UserControllerTest extends ApplicationApiIntegrationTestCase
|
||||
]);
|
||||
|
||||
$response->assertStatus(Response::HTTP_CREATED);
|
||||
$response->assertJsonCount(3);
|
||||
$response->assertJsonCount(2);
|
||||
$response->assertJsonStructure([
|
||||
'object',
|
||||
'attributes' => ['id', 'external_id', 'uuid', 'username', 'email', 'language', 'admin_role_id', 'root_admin', '2fa', 'created_at', 'updated_at'],
|
||||
|
Loading…
Reference in New Issue
Block a user