From a2d9c7036dc2117e7f30baf62ba246853d598067 Mon Sep 17 00:00:00 2001 From: Roman Babenko Date: Thu, 19 Oct 2023 13:40:23 +0300 Subject: [PATCH] Apply suggestions from code review --- tests/test_app.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_app.py b/tests/test_app.py index 6e309cf95..b5dfdc044 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -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", @@ -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",