mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 07:30:59 -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'
|
||||
});
|
||||
res.should.have.status(400);
|
||||
res.text.should.be.equal('incorrect password');
|
||||
}));
|
||||
|
||||
it('クエリをインジェクションできない', async(async () => {
|
||||
|
|
Loading…
Reference in a new issue