mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-01 16:29:56 +09:00
Fix test
This commit is contained in:
@ -192,7 +192,7 @@ describe('API', () => {
|
||||
password: 'foo'
|
||||
});
|
||||
|
||||
expect(res).have.status(204);
|
||||
expect(res).have.status(200);
|
||||
}));
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user