mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 11:08:13 -03:30
Fixed test database name in app setup template.
This commit is contained in:
@@ -41,6 +41,8 @@ if 'test' in sys.argv:
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
'NAME': os.path.join(BASE_DIR, 'acom.sqlite3'),
|
||||
# Test database cannot be :memory: for celery/inventory tests to work.
|
||||
'TEST_NAME': os.path.join(BASE_DIR, 'acom_test.sqlite3'),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user