Fix jwt-token

This commit is contained in:
2025-09-17 22:32:55 +02:00
parent 6c74c7c524
commit 43b548c05a
5 changed files with 77 additions and 19 deletions

View File

@@ -139,7 +139,7 @@ describe('Detections Routes', () => {
expect(response.status).to.equal(200);
expect(response.body.data.detections).to.have.length(1);
expect(response.body.data.detections[0].device_id).to.equal(device1.id);
expect(response.body.data.detections[0].device_id).to.equal(String(device1.id));
});
it('should support filtering by drone type', async () => {