This commit is contained in:
syuilo 2018-11-29 06:33:23 +09:00
parent 01697424f9
commit 66157b4829

View File

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