Skip to content

Commit

Permalink
Revert test test
Browse files Browse the repository at this point in the history
  • Loading branch information
dboreham committed Oct 3, 2023
1 parent a8d021d commit b74c93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/deploy/run-deploy-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ else
exit 1
fi
# Check the config variable CERC_TEST_PARAM_1 was passed correctly
if [[ "$log_output_3" == *"Test-param-1: PPASSED"* ]]; then
if [[ "$log_output_3" == *"Test-param-1: PASSED"* ]]; then
echo "deployment config test: passed"
else
echo "deployment config test: FAILED"
Expand Down

0 comments on commit b74c93f

Please sign in to comment.