diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-13 17:27:38 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-13 17:27:38 +0900 |
| commit | 41bf7cef20b8157f31f5e7a7109f813065e2ffa0 (patch) | |
| tree | b0dfd6866906be0fc8effcb1e8165db28231455c /test | |
| parent | :v: (diff) | |
| download | misskey-41bf7cef20b8157f31f5e7a7109f813065e2ffa0.tar.gz misskey-41bf7cef20b8157f31f5e7a7109f813065e2ffa0.tar.bz2 misskey-41bf7cef20b8157f31f5e7a7109f813065e2ffa0.zip | |
[Test] Fix test
Diffstat (limited to 'test')
| -rw-r--r-- | test/api.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/api.js b/test/api.js index a9e7c8fb52..d234ad7244 100644 --- a/test/api.js +++ b/test/api.js @@ -111,7 +111,6 @@ describe('API', () => { password: 'kyoppie' }); res.should.have.status(400); - res.text.should.be.equal('incorrect password'); })); it('クエリをインジェクションできない', async(async () => { |