From f7aca5def85a29718382b95d7317d317001e9356 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Tue, 29 Oct 2019 09:07:58 +0100 Subject: [PATCH] current version for tests is defined as very high (so there are no warnings about old versions) --- frontend-js/src/test/js/mocha-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend-js/src/test/js/mocha-config.js b/frontend-js/src/test/js/mocha-config.js index dc0c56494c..b43863bce6 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; -- GitLab