Skip to content

Commit

Permalink
[tests] Fixed sqlite DB name inadvertently committed in commands PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jun 4, 2021
1 parent cb84cd5 commit 7eddc76
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 @@ -11,7 +11,7 @@
DATABASES = {
'default': {
'ENGINE': 'django.contrib.gis.db.backends.spatialite',
'NAME': os.path.join(BASE_DIR, 'openwisp-controller-commands.db'),
'NAME': os.path.join(BASE_DIR, 'openwisp-controller.db'),
}
}

Expand Down

0 comments on commit 7eddc76

Please sign in to comment.