From 81b17a00b0152c9bf38ed666145c76fdc4389cc0 Mon Sep 17 00:00:00 2001 From: "Jonathan G. Underwood" Date: Sun, 21 Feb 2021 22:18:07 +0000 Subject: [PATCH] [openwrt] Fix test_default.py tests --- tests/openwrt/test_default.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/openwrt/test_default.py b/tests/openwrt/test_default.py index 309507a01..230e31b9a 100644 --- a/tests/openwrt/test_default.py +++ b/tests/openwrt/test_default.py @@ -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' @@ -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'