Skip to content

Commit

Permalink
[tests] Fixed redefinition of EXTENDED_APPS
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jul 1, 2024
1 parent 9329ee3 commit 55f9ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/openwisp2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
if os.environ.get('SAMPLE_APP', False):
INSTALLED_APPS.remove('openwisp_network_topology')
INSTALLED_APPS.remove('openwisp_network_topology.integrations.device')
EXTENDED_APPS = ['openwisp_network_topology']
EXTENDED_APPS.append('openwisp_network_topology')
INSTALLED_APPS += [
'openwisp2.sample_network_topology',
'openwisp2.sample_integration_device',
Expand Down

0 comments on commit 55f9ef2

Please sign in to comment.