Fix jwt-token

This commit is contained in:
2025-09-15 20:50:30 +02:00
parent 2d18212f62
commit 3f1c59727b

View File

@@ -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 () => {