Skip to content

Commit

Permalink
[chores] Fixed test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Jun 7, 2023
1 parent 1a4562c commit 78da615
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openwisp_network_topology/integrations/device/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
}
Expand Down

0 comments on commit 78da615

Please sign in to comment.