[Test] Fix bug

This commit is contained in:
syuilo 2017-01-17 10:23:15 +09:00
parent 1fefe5eba4
commit c4e517ab15

View file

@ -28,6 +28,7 @@ describe('API', () => {
};
chai.request(server)
.post('/signup')
.set('content-type', 'application/x-www-form-urlencoded')
.send(account)
.end((err, res) => {
res.should.have.status(200);