fix server

This commit is contained in:
Grahame Grieve 2023-04-21 14:17:15 +08:00
parent dd9df96df5
commit 45005b9ff7
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ public class ExternalTerminologyServiceTests implements ITxTesterLoader {
private JsonObject test; private JsonObject test;
} }
// private static final String SERVER = Servers.TX_SERVER_DEV; private static final String SERVER = Servers.TX_SERVER_DEV;
private static final String SERVER = Servers.TX_SERVER_LOCAL; // private static final String SERVER = Servers.TX_SERVER_LOCAL;
@Parameters(name = "{index}: id {0}") @Parameters(name = "{index}: id {0}")
public static Iterable<Object[]> data() throws IOException { public static Iterable<Object[]> data() throws IOException {