Skip to content
Snippets Groups Projects
Commit 842c4b3f authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-13462: Fixed test-get after api version update

parent e6e42dc9
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -859,7 +859,7 @@ define([ 'jquery', 'underscore', 'openbis', 'test/openbis-execute-operations', ' ...@@ -859,7 +859,7 @@ define([ 'jquery', 'underscore', 'openbis', 'test/openbis-execute-operations', '
c.createFacadeAndLogin().then(function(facade) { c.createFacadeAndLogin().then(function(facade) {
return facade.getServerInformation().then(function(serverInformation) { return facade.getServerInformation().then(function(serverInformation) {
c.assertTrue(serverInformation != null); c.assertTrue(serverInformation != null);
c.assertEqual(serverInformation["api-version"], "3.5", "api-version"); c.assertEqual(serverInformation["api-version"], "3.6", "api-version");
c.assertEqual(serverInformation["project-samples-enabled"], "true", "project-samples-enabled"); c.assertEqual(serverInformation["project-samples-enabled"], "true", "project-samples-enabled");
c.finish(); c.finish();
}); });
......
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