Skip to content

Commit 5e454a3

Browse files
committed
Fix test (expected error message changed)
1 parent cb8bc93 commit 5e454a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_secure_apis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [[ $? != 1 ]]; then
1515
exit 1
1616
fi
1717

18-
if [[ "$OUT" != "Access is denied Not enough privileges to complete the action" ]]; then
18+
if [[ "$OUT" != "Access is denied: Not enough privileges to complete the action" ]]; then
1919
echo "Unexpected output from set_secure_system_falco_rules.py: $OUT"
2020
exit 1
2121
fi

0 commit comments

Comments
 (0)