Skip to content
Snippets Groups Projects
Commit f7aca5de authored by Piotr Gawron's avatar Piotr Gawron
Browse files

current version for tests is defined as very high (so there are no warnings about old versions)

parent 2cacbdf0
No related branches found
No related tags found
1 merge request!986Resolve "auto notification about new release"
Pipeline #15773 passed
...@@ -213,6 +213,7 @@ beforeEach(function () { ...@@ -213,6 +213,7 @@ beforeEach(function () {
return ServerConnector.getConfiguration().then(function (configuration) { return ServerConnector.getConfiguration().then(function (configuration) {
global.helper = new Helper(configuration); global.helper = new Helper(configuration);
configuration.setVersion("1111.1111.1111");
}).catch(function (error) { }).catch(function (error) {
logger.error(error); logger.error(error);
throw error; throw error;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment