diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-17 10:23:15 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-17 10:23:15 +0900 |
| commit | c4e517ab15980f0aca0a0e03a563bfb4318f1609 (patch) | |
| tree | 2935f302ff0b8fe4c31f60b9311b2c9bbd80b3fb /test | |
| parent | [WIP] test (diff) | |
| download | misskey-c4e517ab15980f0aca0a0e03a563bfb4318f1609.tar.gz misskey-c4e517ab15980f0aca0a0e03a563bfb4318f1609.tar.bz2 misskey-c4e517ab15980f0aca0a0e03a563bfb4318f1609.zip | |
[Test] Fix bug
Diffstat (limited to 'test')
| -rw-r--r-- | test/api.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/api.js b/test/api.js index e48d885db8..32052fe5a8 100644 --- a/test/api.js +++ b/test/api.js @@ -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); |