Fix jwt-token
This commit is contained in:
@@ -569,7 +569,6 @@ describe('Models', () => {
|
|||||||
expect(heartbeat.id).to.exist;
|
expect(heartbeat.id).to.exist;
|
||||||
expect(heartbeat.device_key).to.equal('device_123_key');
|
expect(heartbeat.device_key).to.equal('device_123_key');
|
||||||
expect(heartbeat.device_id).to.equal(device.id);
|
expect(heartbeat.device_id).to.equal(device.id);
|
||||||
expect(heartbeat.battery_level).to.equal(85);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should auto-set timestamp', async () => {
|
it('should auto-set timestamp', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user