fix server address

This commit is contained in:
Grahame Grieve 2023-08-04 20:48:05 +10:00
parent e237f289bd
commit 26b41ee080
1 changed files with 3 additions and 3 deletions

View File

@ -47,8 +47,8 @@ public class ExternalTerminologyServiceTests implements ITxTesterLoader {
}
private static final String SERVER = FhirSettings.getTxFhirDevelopment();
// private static final String SERVER = FhirSettings.getTxFhirLocal();
// private static final String SERVER = "https://r4.ontoserver.csiro.au/fhir";
// private static final String SERVER = FhirSettings.getTxFhirLocal();
// private static final String SERVER = "https://r4.ontoserver.csiro.au/fhir";
@Parameters(name = "{index}: id {0}")