add prefix to rules for easy identification
Build and Push Container / build-and-push (push) Successful in 18s
Build and Push Container / build-and-push (push) Successful in 18s
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ class TestProcessRule:
|
||||
change = process_rule(mock_session, "https://unifi.local", "site-1", rule, zone_map, "1.2.3.4")
|
||||
|
||||
assert change["action"] == "created"
|
||||
assert change["rule_name"] == "Test Rule"
|
||||
assert change["rule_name"] == "AUTO-Test Rule"
|
||||
assert change["error"] is None
|
||||
|
||||
def test_skips_rule_with_matching_config(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user