From d65862b839759608a1af21ff0cb99651315e8c26 Mon Sep 17 00:00:00 2001 From: Alexander Borg Date: Tue, 16 Sep 2025 07:28:40 +0200 Subject: [PATCH] Fix jwt-token --- server/tests/routes/detectors.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/routes/detectors.test.js b/server/tests/routes/detectors.test.js index 07fb5bc..ec77aa5 100644 --- a/server/tests/routes/detectors.test.js +++ b/server/tests/routes/detectors.test.js @@ -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 () => {