diff options
Diffstat (limited to '')
| -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 () => { |