From 5f04dd2f743961e0a06c29531cc3ccc9e4928d56 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 24 Oct 2017 19:41:30 +0200 Subject: Add video channel tests --- server/tests/api/users.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/users.ts') 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 () { }) it('Should not login with an invalid password', async function () { - const user = { username: server.user.username, password: 'mewthree' } + const user = { username: server.user.username, password: 'mew_three' } const res = await login(server.url, server.client, user, 400) expect(res.body.error).to.equal('invalid_grant') -- cgit v1.2.3