Skip to content

Commit 81b17a0

Browse files
[openwrt] Fix test_default.py tests
1 parent 775707c commit 81b17a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/openwrt/test_default.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_render_default(self):
5353
5454
config defaults 'defaults'
5555
56-
config rule 'rule_Allow_MLD'
56+
config rule 'Allow_MLD'
5757
option name 'Allow-MLD'
5858
option src 'wan'
5959
option proto 'icmp'
@@ -65,7 +65,7 @@ def test_render_default(self):
6565
list icmp_type '132/0'
6666
list icmp_type '143/0'
6767
68-
config rule 'rule_Rule2'
68+
config rule 'Rule2'
6969
option name 'Rule2'
7070
option src 'wan'
7171
option proto 'icmp'

0 commit comments

Comments
 (0)