From 33251fcc89fa90fa96c219de8313fd884bf726d1 Mon Sep 17 00:00:00 2001 From: SunilSamra Date: Tue, 13 Jun 2023 10:01:55 +0100 Subject: [PATCH] 901 - fixed test_acl.py tests --- tests/test_acl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_acl.py b/tests/test_acl.py index 6410a202..e99f5ee0 100644 --- a/tests/test_acl.py +++ b/tests/test_acl.py @@ -52,7 +52,7 @@ def test_check_acl_block_affirmative(): acl_rule_destination = "192.168.1.2" acl_rule_protocol = "TCP" acl_rule_port = "80" - acl_position_in_list = "1" + acl_position_in_list = "0" acl.add_rule( acl_rule_permission, @@ -76,7 +76,7 @@ def test_check_acl_block_negative(): acl_rule_destination = "192.168.1.2" acl_rule_protocol = "TCP" acl_rule_port = "80" - acl_position_in_list = "1" + acl_position_in_list = "0" acl.add_rule( acl_rule_permission,