diff options
Diffstat (limited to 'server/tests/api/check-params/follows.ts')
-rw-r--r-- | server/tests/api/check-params/follows.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/check-params/follows.ts b/server/tests/api/check-params/follows.ts index 24e483448..fae3712ce 100644 --- a/server/tests/api/check-params/follows.ts +++ b/server/tests/api/check-params/follows.ts | |||
@@ -39,8 +39,8 @@ describe('Test server follows API validators', function () { | |||
39 | password: 'password' | 39 | password: 'password' |
40 | } | 40 | } |
41 | 41 | ||
42 | await server.usersCommand.create({ username: user.username, password: user.password }) | 42 | await server.users.create({ username: user.username, password: user.password }) |
43 | userAccessToken = await server.loginCommand.getAccessToken(user) | 43 | userAccessToken = await server.login.getAccessToken(user) |
44 | }) | 44 | }) |
45 | 45 | ||
46 | describe('When adding follows', function () { | 46 | describe('When adding follows', function () { |