Fix jwt-token

This commit is contained in:
2025-09-17 05:32:40 +02:00
parent deb80e0441
commit f598067a11

View File

@@ -416,7 +416,7 @@ describe('Detectors Routes', () => {
expect(response.body.success).to.be.false;
expect(response.body).to.have.property('message');
expect(response.body.message).to.be.a('string');
expect(response.body).to.have.property('errors');
expect(response.body).to.have.property('details');
});
it('should log detection data for debugging', async () => {