We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8bc93 commit 5e454a3Copy full SHA for 5e454a3
test/test_secure_apis.sh
@@ -15,7 +15,7 @@ if [[ $? != 1 ]]; then
15
exit 1
16
fi
17
18
-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
19
echo "Unexpected output from set_secure_system_falco_rules.py: $OUT"
20
21
0 commit comments