diff options
Diffstat (limited to 'server/tests/api/users.ts')
-rw-r--r-- | server/tests/api/users.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/users.ts b/server/tests/api/users.ts index 04c68d4ea..dbf0801f3 100644 --- a/server/tests/api/users.ts +++ b/server/tests/api/users.ts | |||
@@ -72,7 +72,7 @@ describe('Test users', function () { | |||
72 | }) | 72 | }) |
73 | 73 | ||
74 | it('Should not login with an invalid password', async function () { | 74 | it('Should not login with an invalid password', async function () { |
75 | const user = { username: server.user.username, password: 'mewthree' } | 75 | const user = { username: server.user.username, password: 'mew_three' } |
76 | const res = await login(server.url, server.client, user, 400) | 76 | const res = await login(server.url, server.client, user, 400) |
77 | 77 | ||
78 | expect(res.body.error).to.equal('invalid_grant') | 78 | expect(res.body.error).to.equal('invalid_grant') |