1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-25 13:49:27 -05:00

[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 () => {