mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Fix test
This commit is contained in:
parent
01697424f9
commit
66157b4829
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ describe('API', () => {
|
|||
password: 'foo'
|
||||
});
|
||||
|
||||
expect(res).have.status(204);
|
||||
expect(res).have.status(200);
|
||||
}));
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue