mirror of
https://github.com/s-frick/effigenix.git
synced 2026-03-28 17:04:49 +01:00
phase 1
This commit is contained in:
parent
6a672705c2
commit
e897f41a32
12 changed files with 129 additions and 31 deletions
|
|
@ -22,7 +22,7 @@ export const test = base.extend<AuthFixtures>({
|
|||
const res = await request.post('/api/auth/login', {
|
||||
data: {
|
||||
username: process.env.TEST_USER_VIEWER ?? 'viewer',
|
||||
password: process.env.TEST_USER_VIEWER_PASS ?? 'viewer123',
|
||||
password: process.env.TEST_USER_VIEWER_PASS ?? 'test1234',
|
||||
},
|
||||
});
|
||||
expect(res.status()).toBe(200);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue