mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-23 00:22:19 +01:00
fix: fix test data
This commit is contained in:
parent
bedb28d55a
commit
5e53927991
@ -57,7 +57,7 @@ test('Should create default user', async t => {
|
|||||||
|
|
||||||
await service.initAdminUser();
|
await service.initAdminUser();
|
||||||
|
|
||||||
const user = await service.loginUser('admin', 'admin');
|
const user = await service.loginUser('admin', 'unleash4all');
|
||||||
t.is(user.username, 'admin');
|
t.is(user.username, 'admin');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user