We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1ebeb commit 3c9450dCopy full SHA for 3c9450d
e2e/utils/resource.py
@@ -185,7 +185,8 @@ def get_service_url(
185
subdomain = ""
186
else:
187
subdomain = "internal-dev."
188
-
189
- service_base_path = re.sub(r"immunisation-fhir-api/FHIR/R4-pr-(\d+)", r"immunisation-fhir-api-pr-\1", service_base_path)
190
+
+ service_base_path = re.sub(r"immunisation-fhir-api/FHIR/R4-pr-(\d+)",
+ r"immunisation-fhir-api-pr-\1", service_base_path)
191
192
return f"{subdomain}api.service.nhs.uk/{service_base_path}"
0 commit comments