Fix jwt-token
This commit is contained in:
@@ -71,7 +71,7 @@ describe('Detectors Routes', () => {
|
|||||||
|
|
||||||
expect(response.status).to.equal(201);
|
expect(response.status).to.equal(201);
|
||||||
expect(response.body.success).to.be.true;
|
expect(response.body.success).to.be.true;
|
||||||
expect(response.body.message).to.equal('Detection processed successfully');
|
expect(response.body.message).to.equal('Drone detection recorded successfully');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should reject detection from unknown device', async () => {
|
it('should reject detection from unknown device', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user