Skip to content

Commit c87cde2

Browse files
APM-6136 use correct var for prod org smoketests
1 parent 2b6aeed commit c87cde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/templates/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
2727
export APIGEE_ACCESS_TOKEN="$(secret.AccessToken)"
2828
export APIGEE_ORGANIZATION="nhsd-$(APIGEE_ORGANIZATION)"
2929
export APIGEE_APP_ID=${{ parameters.app_id }}
30-
export STATUS_ENDPOINT_API_KEY="$(STATUS_ENDPOINT_API_KEY)"
30+
export STATUS_ENDPOINT_API_KEY="$(status-endpoint-api-key)"
3131
make -C e2e ${{ parameters.test_type }}
3232
3333
workingDirectory: $(SERVICE_DIR)

0 commit comments

Comments
 (0)