diff --git a/openwisp_network_topology/integrations/device/tests.py b/openwisp_network_topology/integrations/device/tests.py index bf4094ba..a3a9f5b3 100644 --- a/openwisp_network_topology/integrations/device/tests.py +++ b/openwisp_network_topology/integrations/device/tests.py @@ -416,10 +416,11 @@ def test_monitoring_integration(self, *args): with self.modify_settings( INSTALLED_APPS={ 'append': [ + 'openwisp_controller.connection', + 'openwisp_controller.geo', 'openwisp_monitoring.monitoring', 'openwisp_monitoring.device', 'openwisp_monitoring.check', - 'openwisp_controller.connection', 'openwisp_notifications', ] }