diff --git a/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/test-get.js b/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/test-get.js
index c25f38fd2130f7e4fd90eb2902fc6de20ba7f54c..09468bcbb71cacdda2a7d517793fae288b5b0256 100644
--- a/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/test-get.js
+++ b/test-api-openbis-javascript/servers/common/core-plugins/tests/1/as/webapps/openbis-v3-api-test/html/test/test-get.js
@@ -859,7 +859,7 @@ define([ 'jquery', 'underscore', 'openbis', 'test/openbis-execute-operations', '
 			c.createFacadeAndLogin().then(function(facade) {
 				return facade.getServerInformation().then(function(serverInformation) {
 					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.finish();
 				});