Fix jwt-token
This commit is contained in:
@@ -416,7 +416,7 @@ describe('Detectors Routes', () => {
|
|||||||
expect(response.body.success).to.be.false;
|
expect(response.body.success).to.be.false;
|
||||||
expect(response.body).to.have.property('message');
|
expect(response.body).to.have.property('message');
|
||||||
expect(response.body.message).to.be.a('string');
|
expect(response.body.message).to.be.a('string');
|
||||||
expect(response.body).to.have.property('errors');
|
expect(response.body).to.have.property('details');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should log detection data for debugging', async () => {
|
it('should log detection data for debugging', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user