Fix jwt-token
This commit is contained in:
@@ -132,7 +132,7 @@ describe('Device Routes', () => {
|
|||||||
|
|
||||||
expect(response.status).to.equal(200);
|
expect(response.status).to.equal(200);
|
||||||
const deviceData = response.body.data[0];
|
const deviceData = response.body.data[0];
|
||||||
expect(deviceData.recent_detections_count).to.be.greaterThan(0);
|
expect(deviceData.detections_24h).to.be.greaterThan(0);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user