mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 06:26:00 -03:30
Missing semicolon
This commit is contained in:
@@ -674,7 +674,7 @@ class ProjectsTest(BaseTest):
|
|||||||
@override_settings(CELERY_ALWAYS_EAGER=True,
|
@override_settings(CELERY_ALWAYS_EAGER=True,
|
||||||
CELERY_EAGER_PROPAGATES_EXCEPTIONS=True,
|
CELERY_EAGER_PROPAGATES_EXCEPTIONS=True,
|
||||||
ANSIBLE_TRANSPORT='local',
|
ANSIBLE_TRANSPORT='local',
|
||||||
UNIT_TEST_IGNORE_TASK_WAIT=True
|
UNIT_TEST_IGNORE_TASK_WAIT=True,
|
||||||
PROJECT_UPDATE_IDLE_TIMEOUT=60,
|
PROJECT_UPDATE_IDLE_TIMEOUT=60,
|
||||||
PROJECT_UPDATE_VVV=True)
|
PROJECT_UPDATE_VVV=True)
|
||||||
class ProjectUpdatesTest(BaseTransactionTest):
|
class ProjectUpdatesTest(BaseTransactionTest):
|
||||||
|
|||||||
Reference in New Issue
Block a user