diff options
Diffstat (limited to 'test/test_punt.py')
-rw-r--r-- | test/test_punt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_punt.py b/test/test_punt.py index 378b25d1f61..75d5d99e9c9 100644 --- a/test/test_punt.py +++ b/test/test_punt.py @@ -110,7 +110,7 @@ class TestPuntSocket(VppTestCase): @classmethod def setUpConstants(cls): - cls.extra_vpp_punt_config = [ + cls.extra_vpp_config = [ "punt", "{", "socket", |