From 41bf7cef20b8157f31f5e7a7109f813065e2ffa0 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 13 Mar 2017 17:27:38 +0900 Subject: [PATCH] [Test] Fix test --- test/api.js | 1 - 1 file changed, 1 deletion(-) 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 () => {