summaryrefslogtreecommitdiffstats
path: root/test/test_pppoe.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pppoe.py')
-rw-r--r--test/test_pppoe.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_pppoe.py b/test/test_pppoe.py
index c83d7d5f874..bd66c313e42 100644
--- a/test/test_pppoe.py
+++ b/test/test_pppoe.py
@@ -163,7 +163,6 @@ class TestPPPoE(VppTestCase):
raise
def verify_encaped_pppoe(self, src_if, capture, sent, session_id):
-
self.assertEqual(len(capture), len(sent))
for i in range(len(capture)):