mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
[Test] Fix test
This commit is contained in:
parent
1fb8df56de
commit
fa136f391f
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