diff options
Diffstat (limited to 'server/tests/api/check-params/debug.ts')
-rw-r--r-- | server/tests/api/check-params/debug.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/check-params/debug.ts b/server/tests/api/check-params/debug.ts index 2a7485cf3..609f9566e 100644 --- a/server/tests/api/check-params/debug.ts +++ b/server/tests/api/check-params/debug.ts | |||
@@ -29,8 +29,8 @@ describe('Test debug API validators', function () { | |||
29 | username: 'user1', | 29 | username: 'user1', |
30 | password: 'my super password' | 30 | password: 'my super password' |
31 | } | 31 | } |
32 | await server.usersCommand.create({ username: user.username, password: user.password }) | 32 | await server.users.create({ username: user.username, password: user.password }) |
33 | userAccessToken = await server.loginCommand.getAccessToken(user) | 33 | userAccessToken = await server.login.getAccessToken(user) |
34 | }) | 34 | }) |
35 | 35 | ||
36 | describe('When getting debug endpoint', function () { | 36 | describe('When getting debug endpoint', function () { |