diff --git a/frontend-js/src/test/js/mocha-config.js b/frontend-js/src/test/js/mocha-config.js index dc0c56494c2380d8736538cce188dc49ccfab4c8..b43863bce64b21026ef0ef52d559ddee51125d6a 100644 --- a/frontend-js/src/test/js/mocha-config.js +++ b/frontend-js/src/test/js/mocha-config.js @@ -213,6 +213,7 @@ beforeEach(function () { return ServerConnector.getConfiguration().then(function (configuration) { global.helper = new Helper(configuration); + configuration.setVersion("1111.1111.1111"); }).catch(function (error) { logger.error(error); throw error;