From e6e42dc90f0d78d8734b5afe8774e9740f58bbed Mon Sep 17 00:00:00 2001
From: alaskowski <alaskowski@ethz.ch>
Date: Wed, 22 Mar 2023 09:52:36 +0100
Subject: [PATCH] SSDM-13462: Fixed GetServerInformationTest after api version
 update

---
 .../openbis/systemtest/asapi/v3/GetServerInformationTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 eb50687fa6d..0af3190b49e 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);
-- 
GitLab