From 2cd6ccb85ce7ba4150ee97a8f7714d6cc7a9317c Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 29 Nov 2018 06:33:23 +0900 Subject: [PATCH] Fix test --- test/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api.ts b/test/api.ts index cb0385c3e7..a7142641d2 100644 --- a/test/api.ts +++ b/test/api.ts @@ -192,7 +192,7 @@ describe('API', () => { password: 'foo' }); - expect(res).have.status(204); + expect(res).have.status(200); })); });