Skip to content

Commit f532e26

Browse files
[SA]-[changed environment to point to internal-qa for testing and changed env back to -dev]-[BS]
1 parent 6d155bf commit f532e26

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

azure/azure-release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extends:
3737
apigee_deployments:
3838
- environment: manual-approval
3939
stage_name: ers_manual_approval_rc
40-
- environment: internal-qa #changed to point internal-qa may need to change back.
40+
- environment: internal-dev #changed to point internal-qa may need to change back.
4141
stage_name: ers_rc_release
4242
service_name: "${{ variables.service_name }}-rc"
4343
short_service_name: "${{ variables.short_service_name }}-rc"

tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ def service_url(environment, service_base_path):
5858
base_url = "https://api.service.nhs.uk"
5959
else:
6060
http_base = "https://"
61-
base_url = f"{http_base}{environment}.api.service.nhs.uk"
61+
# commented this out for testing base_url = f"{http_base}{environment}.api.service.nhs.uk"
62+
base_url = f"{http_base}.internal-qa.api.service.nhs.uk"
6263

6364
return f"{base_url}/{service_base_path}"
6465

0 commit comments

Comments
 (0)