Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek authored Oct 19, 2023
1 parent 1ea6730 commit a2d9c70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,6 @@ def test_rules_ml_p(self) -> None:
rules = Util.yaml_load(APP_PATH / "rules" / "config.yaml")
rules_set = set([i["name"] for i in rules])
missed = { #
"SINGLE_STR_PAIR",
"ID_PASSWD_PAIR",
"SECRET_PAIR",
"IP_ID_PASSWORD_TRIPLE",
Expand Down Expand Up @@ -634,7 +633,6 @@ def test_rules_ml_n(self) -> None:
rules = Util.yaml_load(APP_PATH / "rules" / "config.yaml")
rules_set = set([i["name"] for i in rules])
missed = { #
"SINGLE_STR_PAIR",
"ID_PASSWD_PAIR",
"SECRET_PAIR",
"IP_ID_PASSWORD_TRIPLE",
Expand Down

0 comments on commit a2d9c70

Please sign in to comment.