diff --git a/tests/disabled_test_connectivity_manager.py b/tests/disabled_test_connectivity_manager.py index ae739600..4e929b20 100644 --- a/tests/disabled_test_connectivity_manager.py +++ b/tests/disabled_test_connectivity_manager.py @@ -46,7 +46,7 @@ class TestConnectivityManagerWithNetwork(unittest.TestCase): # Now import after network is mocked # Need to reload the module to pick up the new network module if 'mpos.net.connectivity_manager' in sys.modules: - del sys.modules['mpos.net.connectivity_manager'] + del sys.modules['mpos.net.connectivity_manager'] # Maybe this doesn't suffic now that it's imported through mpos # Import fresh from mpos import ConnectivityManager