diff options
Diffstat (limited to 'server/tests/api/users.js')
-rw-r--r-- | server/tests/api/users.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/users.js b/server/tests/api/users.js index 6f9eef181..a2557d2ab 100644 --- a/server/tests/api/users.js +++ b/server/tests/api/users.js | |||
@@ -235,7 +235,7 @@ describe('Test users', function () { | |||
235 | }) | 235 | }) |
236 | 236 | ||
237 | it('Should be able to remove this user', function (done) { | 237 | it('Should be able to remove this user', function (done) { |
238 | usersUtils.removeUser(server.url, accessToken, 'user_1', done) | 238 | usersUtils.removeUser(server.url, userId, accessToken, done) |
239 | }) | 239 | }) |
240 | 240 | ||
241 | it('Should not be able to login with this user', function (done) { | 241 | it('Should not be able to login with this user', function (done) { |