Fix jwt-token
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user