diff --git a/server-application-server/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/GetServerInformationTest.java b/server-application-server/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/GetServerInformationTest.java
index eb50687fa6d8882bb4a45e8431fd1e0d21d1eacf..0af3190b49eb029e97959012e8dbe4f7738db655 100644
--- a/server-application-server/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/GetServerInformationTest.java
+++ b/server-application-server/sourceTest/java/ch/ethz/sis/openbis/systemtest/asapi/v3/GetServerInformationTest.java
@@ -39,7 +39,7 @@ public class GetServerInformationTest extends AbstractTest
 
         // Then
         assertEquals(result.size(), 13);
-        assertEquals(result.get("api-version"), "3.5");
+        assertEquals(result.get("api-version"), "3.6");
         assertEquals(result.get("archiving-configured"), "false");
         assertEquals(result.get("authentication-service"), "dummy-authentication-service");
         assertEquals(result.get("authentication-service.switch-aai.link"), null);