Skip to content

Commit 49a800a

Browse files
fix tests
1 parent 47f37d1 commit 49a800a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/gitops-runtime/tests/app-proxy-hosted_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tests:
2929
global.codefresh.accountId: ""
3030
asserts:
3131
- failedTemplate:
32-
errorMessage: 'global.codefresh.accountId must be provided for hosted runtimes'
32+
errorMessage: 'global.codefresh.accountId is required for tunnel based runtime'
3333

3434
- it: accountId appears in app-proxy env and runtime type is HELM_HOSTED
3535
template: 'app-proxy/deployment.yaml'

charts/gitops-runtime/tests/app-proxy-misc_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ tests:
225225
mountPath: /my-secret
226226

227227
- it: Fail template if runtime name not provided
228-
template: 'app-proxy/config.yaml'
228+
template: 'app-proxy/deployment.yaml'
229229
set:
230230
global.codefresh.userToken.token: dummy
231231
global.codefresh.accountId: asddd

0 commit comments

Comments
 (0)