Skip to content

Commit 217316e

Browse files
committed
fix: unit test
1 parent f84111e commit 217316e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/hdx-oss-v2/tests/task-checkAlerts_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tests:
3838
value: hyperdx/hyperdx:2-beta
3939
- equal:
4040
path: spec.jobTemplate.spec.template.spec.containers[0].command
41-
value: ["node", "/app/api/build/tasks/index.js", "check-alerts"]
41+
value: ["node", "/app/packages/api/tasks/index", "check-alerts"]
4242
- isSubset:
4343
path: spec.jobTemplate.spec.template.spec.containers[0].resources
4444
content:

0 commit comments

Comments
 (0)