Skip to content

Commit

Permalink
[openwrt] Fix test_default.py tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanunderwood committed Feb 21, 2021
1 parent 775707c commit 81b17a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/openwrt/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_render_default(self):
config defaults 'defaults'
config rule 'rule_Allow_MLD'
config rule 'Allow_MLD'
option name 'Allow-MLD'
option src 'wan'
option proto 'icmp'
Expand All @@ -65,7 +65,7 @@ def test_render_default(self):
list icmp_type '132/0'
list icmp_type '143/0'
config rule 'rule_Rule2'
config rule 'Rule2'
option name 'Rule2'
option src 'wan'
option proto 'icmp'
Expand Down

0 comments on commit 81b17a0

Please sign in to comment.