Fix jwt-token

This commit is contained in:
2025-09-17 21:49:48 +02:00
parent 8c2943ac84
commit 0aacbd9a16
3 changed files with 26 additions and 6 deletions

View File

@@ -277,7 +277,10 @@ describe('Integration Tests', () => {
const mockIo = {
emit: sinon.stub(),
emitToDashboard: sinon.stub(),
emitToDevice: sinon.stub()
emitToDevice: sinon.stub(),
to: (room) => ({
emit: sinon.stub()
})
};
// Simulate drone approach with multiple detections