Skip to content

Commit 61b9f95

Browse files
committed
Ensure we use preprod as backend value for apigee int tests
1 parent dbdfafc commit 61b9f95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-e2e-automation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
- name: Run Pytest-BDD ${{ inputs.service_under_test }} tests with the ${{ inputs.suite_to_run }} filter
211211
working-directory: tests/e2e_automation
212212
env:
213-
S3_env: ${{ inputs.sub_environment }}
213+
S3_env: ${{ startsWith(inputs.sub_environment, 'int-') && 'preprod' || inputs.sub_environment }}
214214
auth_url: https://${{ env.APIGEE_AUTH_ENV }}.api.service.nhs.uk/oauth2-mock/authorize
215215
token_url: https://${{ env.APIGEE_AUTH_ENV }}.api.service.nhs.uk/oauth2-mock/token
216216
baseUrl: https://${{ inputs.apigee_environment }}.api.service.nhs.uk/${{env.SERVICE_BASE_PATH}}

0 commit comments

Comments
 (0)