[Test] Fix bug
This commit is contained in:
parent
1fefe5eba4
commit
c4e517ab15
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue