diff options
Diffstat (limited to 'server/tests/api/check-params/config.ts')
-rw-r--r-- | server/tests/api/check-params/config.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/check-params/config.ts b/server/tests/api/check-params/config.ts index c204d9415..6fd26864e 100644 --- a/server/tests/api/check-params/config.ts +++ b/server/tests/api/check-params/config.ts | |||
@@ -205,8 +205,8 @@ describe('Test config API validators', function () { | |||
205 | username: 'user1', | 205 | username: 'user1', |
206 | password: 'password' | 206 | password: 'password' |
207 | } | 207 | } |
208 | await server.usersCommand.create({ username: user.username, password: user.password }) | 208 | await server.users.create({ username: user.username, password: user.password }) |
209 | userAccessToken = await server.loginCommand.getAccessToken(user) | 209 | userAccessToken = await server.login.getAccessToken(user) |
210 | }) | 210 | }) |
211 | 211 | ||
212 | describe('When getting the configuration', function () { | 212 | describe('When getting the configuration', function () { |