1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-19 09:57:30 -06:00

[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);