Skip to content

Commit 6b02789

Browse files
committed
test: add internal-qa
1 parent 6566cc3 commit 6b02789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/backend/src/service/fhir_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def get_service_url(
6666
if not service_base_path:
6767
service_base_path = "immunisation-fhir-api/FHIR/R4"
6868

69-
non_prod = ["internal-dev", "int", "sandbox"]
69+
non_prod = ["internal-dev", "internal-qa", "int", "sandbox"]
7070
if service_env in non_prod:
7171
subdomain = f"{service_env}."
7272
elif service_env == "prod":

0 commit comments

Comments
 (0)