mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
Initial working test for run_launch_job task.
This commit is contained in:
@@ -52,7 +52,9 @@ REST_FRAMEWORK = {
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
'NAME': os.path.join(BASE_DIR, 'acom.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