forked from FoundKeyGang/FoundKey
[Test] Fix test
This commit is contained in:
parent
917aee0216
commit
41bf7cef20
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ describe('API', () => {
|
||||||
password: 'kyoppie'
|
password: 'kyoppie'
|
||||||
});
|
});
|
||||||
res.should.have.status(400);
|
res.should.have.status(400);
|
||||||
res.text.should.be.equal('incorrect password');
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
it('クエリをインジェクションできない', async(async () => {
|
it('クエリをインジェクションできない', async(async () => {
|
||||||
|
|
Loading…
Reference in a new issue