Fix jwt-token

This commit is contained in:
2025-09-16 07:28:40 +02:00
parent 2f87827d9d
commit d65862b839

View File

@@ -71,7 +71,7 @@ describe('Detectors Routes', () => {
expect(response.status).to.equal(201);
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 () => {