Skip to content

Commit cf2d6e3

Browse files
APM-000 fix test
1 parent cabb771 commit cf2d6e3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

azure/templates/run-integration-tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ steps:
99
workingDirectory: $(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/tests
1010
displayName: Setup integration tests
1111
12-
- template: "azure/components/get-aws-secrets-and-ssm-params.yml@common"
13-
parameters:
14-
secret_file_ids:
15-
- ptl/app-credentials/jwt_testing/non-prod/JWT_TESTING_PRIVATE_KEY
16-
- ptl/app-credentials/jwt_testing/non-prod/ID_TOKEN_TESTING_PRIVATE_KEY
17-
- ptl/app-credentials/jwt_testing/non-prod/ID_TOKEN_NHS_LOGIN_PRIVATE_KEY
18-
config_ids: []
19-
secret_ids: []
20-
2112
- bash: |
2213
export RELEASE_RELEASEID=$(Build.BuildId)
2314
export SOURCE_COMMIT_ID=$(Build.SourceVersion)

0 commit comments

Comments
 (0)