From a7da4f21819748cb6a93ec30002bae0ba92bfd51 Mon Sep 17 00:00:00 2001 From: Jens Kristian Villadsen Date: Tue, 29 Apr 2025 13:24:39 +0200 Subject: [PATCH] Added 's' --- src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java b/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java index 1a915b4..1aef83a 100644 --- a/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java +++ b/src/test/java/ca/uhn/fhir/jpa/starter/ExampleServerR4IT.java @@ -70,7 +70,7 @@ import static org.opencds.cqf.fhir.utility.r4.Parameters.stringPart; // when running in a spring boot environment "spring.main.allow-bean-definition-overriding=true", "hapi.fhir.remote_terminology_service.snomed.system=http://snomed.info/sct", - "hapi.fhir.remote_terminology_service.snomed.url=http://tx.fhir.org/r4" + "hapi.fhir.remote_terminology_service.snomed.url=https://tx.fhir.org/r4" }) class ExampleServerR4IT implements IServerSupport { private static final org.slf4j.Logger ourLog = org.slf4j.LoggerFactory.getLogger(ExampleServerR4IT.class);