Skip to content

Commit

Permalink
change number of checks
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Nov 26, 2024
1 parent 6eab432 commit 5bdea8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def validate_cis_hardening():
print(output)
assert "41 checks WARN" in output
if os.environ.get("STRICT") == "yes":
assert "82 checks PASS" in output
assert "83 checks PASS" in output
assert "1 checks FAIL" in output
else:
# The extra test that is failing on strict is the permissions of the
Expand Down

0 comments on commit 5bdea8f

Please sign in to comment.