add prefix to rules for easy identification
Build and Push Container / build-and-push (push) Successful in 18s

This commit is contained in:
2026-08-02 11:09:54 -04:00
parent 11389edf72
commit 870c5cc363
4 changed files with 38 additions and 20 deletions
+1 -1
View File
@@ -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: