[Test] Fix test

This commit is contained in:
syuilo 2017-03-13 17:27:38 +09:00
parent 917aee0216
commit 41bf7cef20

View file

@ -111,7 +111,6 @@ describe('API', () => {
password: 'kyoppie'
});
res.should.have.status(400);
res.text.should.be.equal('incorrect password');
}));
it('クエリをインジェクションできない', async(async () => {