Skip to content

Commit 3e05522

Browse files
committed
fix(ENGKNOW-3126): Fix tests for correct loading of mdr server config.
1 parent 0a19366 commit 3e05522

File tree

1 file changed

+0
-1
lines changed
  • model/src/test/java/org/gorpipe/gor/driver/providers/mdr

1 file changed

+0
-1
lines changed

model/src/test/java/org/gorpipe/gor/driver/providers/mdr/UTestMDR.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public static void setupClass() throws IOException {
6363
dev\t%s\t%s\t%s\t%s
6464
""".formatted(config.mdrServer(), config.keycloakAuthServer(), config.keycloakClientId(), secret));
6565
System.setProperty("gor.mdr.credentials", credFile.toString());
66-
MdrServer.loadMdrServers(config);
6766
}
6867

6968
@Test

0 commit comments

Comments
 (0)