fix: test
parent
a69608530c
commit
5b3bef13e2
|
@ -23,8 +23,8 @@ class UsersControllerTest extends TestCase
|
||||||
$this->enableSecurityToken();
|
$this->enableSecurityToken();
|
||||||
|
|
||||||
$this->post('/users/login', [
|
$this->post('/users/login', [
|
||||||
'username' => UsersFixture::ADMIN_USER,
|
'username' => UsersFixture::USER_ADMIN_USERNAME,
|
||||||
'password' => UsersFixture::ADMIN_PASSWORD,
|
'password' => UsersFixture::USER_ADMIN_PASSWORD,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$this->assertSessionHasKey('authUser.uuid');
|
$this->assertSessionHasKey('authUser.uuid');
|
||||||
|
|
Loading…
Reference in New Issue