diff --git a/test/api.ts b/test/api.ts index cb0385c3e..a7142641d 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); })); });