mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-09 14:24:44 +00:00
fix server address
This commit is contained in:
parent
e237f289bd
commit
26b41ee080
@ -46,9 +46,9 @@ public class ExternalTerminologyServiceTests implements ITxTesterLoader {
|
|||||||
private JsonObject test;
|
private JsonObject test;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final String SERVER = FhirSettings.getTxFhirDevelopment();
|
private static final String SERVER = FhirSettings.getTxFhirDevelopment();
|
||||||
// private static final String SERVER = FhirSettings.getTxFhirLocal();
|
// private static final String SERVER = FhirSettings.getTxFhirLocal();
|
||||||
// private static final String SERVER = "https://r4.ontoserver.csiro.au/fhir";
|
// private static final String SERVER = "https://r4.ontoserver.csiro.au/fhir";
|
||||||
|
|
||||||
|
|
||||||
@Parameters(name = "{index}: id {0}")
|
@Parameters(name = "{index}: id {0}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user