summaryrefslogtreecommitdiffstats
path: root/test/test_acl_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_acl_plugin.py')
-rw-r--r--test/test_acl_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_acl_plugin.py b/test/test_acl_plugin.py
index b2d97565d56..f3ab3812716 100644
--- a/test/test_acl_plugin.py
+++ b/test/test_acl_plugin.py
@@ -1423,7 +1423,7 @@ class TestACLplugin(VppTestCase):
# create an interface
intf = []
- intf.append(VppLoInterface(self, 0))
+ intf.append(VppLoInterface(self))
# Apply rules
self.apply_rules_to(rules, "permit ipv4 tcp", intf[0].sw_if_index)