mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
[Test] Fix test
This commit is contained in:
@@ -111,7 +111,6 @@ describe('API', () => {
|
||||
password: 'kyoppie'
|
||||
});
|
||||
res.should.have.status(400);
|
||||
res.text.should.be.equal('incorrect password');
|
||||
}));
|
||||
|
||||
it('クエリをインジェクションできない', async(async () => {
|
||||
|
||||
Reference in New Issue
Block a user