This commit is contained in:
syuilo 2018-11-29 06:33:23 +09:00
parent 3dcf5374c2
commit 2cd6ccb85c
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -192,7 +192,7 @@ describe('API', () => {
password: 'foo'
});
expect(res).have.status(204);
expect(res).have.status(200);
}));
});