fix server
This commit is contained in:
parent
dd9df96df5
commit
45005b9ff7
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue