diff --git a/services/real-time/test/unit/js/WebsocketControllerTests.js b/services/real-time/test/unit/js/WebsocketControllerTests.js index b6792a1cc2..7796ca7275 100644 --- a/services/real-time/test/unit/js/WebsocketControllerTests.js +++ b/services/real-time/test/unit/js/WebsocketControllerTests.js @@ -42,7 +42,6 @@ describe('WebsocketController', function () { leave: sinon.stub() } return (this.WebsocketController = SandboxedModule.require(modulePath, { - globals: { console }, requires: { './WebApiManager': (this.WebApiManager = {}), './AuthorizationManager': (this.AuthorizationManager = {}),