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