We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775707c commit 81b17a0Copy full SHA for 81b17a0
tests/openwrt/test_default.py
@@ -53,7 +53,7 @@ def test_render_default(self):
53
54
config defaults 'defaults'
55
56
-config rule 'rule_Allow_MLD'
+config rule 'Allow_MLD'
57
option name 'Allow-MLD'
58
option src 'wan'
59
option proto 'icmp'
@@ -65,7 +65,7 @@ def test_render_default(self):
65
list icmp_type '132/0'
66
list icmp_type '143/0'
67
68
-config rule 'rule_Rule2'
+config rule 'Rule2'
69
option name 'Rule2'
70
71
0 commit comments