Fix jwt-token

This commit is contained in:
2025-09-15 14:49:37 +02:00
parent 3b832752d5
commit ecaff2b6ff
3 changed files with 9 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ describe('Integration Tests', () => {
beforeEach(async () => {
await cleanDatabase();
alertService.activeAlerts.clear();
trackingService.activeDrones.clear();
trackingService.clear();
});
describe('Complete User Registration and Login Flow', () => {