diff --git a/lib/python/asterisk/test_case.py b/lib/python/asterisk/test_case.py index 5dd5a7860..11c8c9f83 100644 --- a/lib/python/asterisk/test_case.py +++ b/lib/python/asterisk/test_case.py @@ -23,6 +23,9 @@ from .test_config import TestConfig from .test_config import PCAP_AVAILABLE from .test_conditions import TestConditionController +# This needs to be the PcapListener from the pcap_listener module +# not the one from the .pcap module. +from pcap_listener import PcapListener LOGGER = None