mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
[Test] Fix bug
This commit is contained in:
parent
2bb5b2d53c
commit
bd5c75a152
@ -28,6 +28,7 @@ describe('API', () => {
|
|||||||
};
|
};
|
||||||
chai.request(server)
|
chai.request(server)
|
||||||
.post('/signup')
|
.post('/signup')
|
||||||
|
.set('content-type', 'application/x-www-form-urlencoded')
|
||||||
.send(account)
|
.send(account)
|
||||||
.end((err, res) => {
|
.end((err, res) => {
|
||||||
res.should.have.status(200);
|
res.should.have.status(200);
|
||||||
|
Loading…
Reference in New Issue
Block a user