Skip to content

Commit

Permalink
remove return code from message
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Aug 30, 2023
1 parent 45ca12a commit c23c52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_with_redis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ then
then
run_tests_noauth
else
echo "Skipping tests without authentication scince other tests failed with ${INTEGRATIONTEST_RETURN}"
echo "Skipping tests without authentication scince other tests failed"
fi
elif [ "$1" == "noauth" ]
then
Expand Down

0 comments on commit c23c52b

Please sign in to comment.