Skip to content

Commit

Permalink
Fix test (expected error message changed)
Browse files Browse the repository at this point in the history
  • Loading branch information
davideschiera committed Apr 14, 2019
1 parent cb8bc93 commit 5e454a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_secure_apis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ $? != 1 ]]; then
exit 1
fi

if [[ "$OUT" != "Access is denied Not enough privileges to complete the action" ]]; then
if [[ "$OUT" != "Access is denied: Not enough privileges to complete the action" ]]; then
echo "Unexpected output from set_secure_system_falco_rules.py: $OUT"
exit 1
fi
Expand Down

0 comments on commit 5e454a3

Please sign in to comment.