Skip to content

Commit

Permalink
Fix: typo for test severity valid. (#2595)
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalisx authored Oct 11, 2022
1 parent 73733fd commit a39d05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_rule_properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from ansiblelint.rules import RulesCollection


def test_serverity_valid(default_rules_collection: RulesCollection) -> None:
def test_severity_valid(default_rules_collection: RulesCollection) -> None:
"""Test that rules collection only has allow-listed severities."""
valid_severity_values = [
"VERY_HIGH",
Expand Down

0 comments on commit a39d05f

Please sign in to comment.