Skip to content

Commit

Permalink
try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Aug 30, 2023
1 parent 29a6ae7 commit 45ca12a
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 @@ -30,7 +30,7 @@ elif [ "$1" == "integrationtest" ]
then
pytest -m 'not unittest and not noauth'
INTEGRATIONTEST_RETURN=$?
if [ ${INTEGRATIONTEST_RETURN} -eq 0]
if [ ${INTEGRATIONTEST_RETURN} -eq 0 ]
then
run_tests_noauth
else
Expand Down

0 comments on commit 45ca12a

Please sign in to comment.