Skip to content

Commit

Permalink
test: fix unset variable in preconfig integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
annekebr committed Feb 11, 2022
1 parent 29803af commit c85c4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ case $1 in
deployment_int_test
;;
"pre-config")
IPP=`yq e '.deployment.imagePullPolicy' tests/integration/update.yaml`
export IPP=`yq e '.deployment.imagePullPolicy' tests/integration/update.yaml`
update_values '.deployment.imagePullPolicy=strenv(IPP)'
helm_install
pre_config_int_test
Expand Down

0 comments on commit c85c4bb

Please sign in to comment.