From f3391f9237269ed671c23fdbcc9d86dc52134fe5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 5 Aug 2016 19:18:11 +0200 Subject: Server: fix tests --- server/tests/api/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests') diff --git a/server/tests/api/utils.js b/server/tests/api/utils.js index 0dc309328..8871f1f84 100644 --- a/server/tests/api/utils.js +++ b/server/tests/api/utils.js @@ -483,7 +483,7 @@ function updateUser (url, userId, accessToken, newPassword, end) { .set('Accept', 'application/json') .set('Authorization', 'Bearer ' + accessToken) .send({ password: newPassword }) - .expect(200) + .expect(204) .end(end) } -- cgit v1.2.3