mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Missing semicolon
This commit is contained in:
parent
1243e044a0
commit
57fff65577
@ -674,7 +674,7 @@ class ProjectsTest(BaseTest):
|
||||
@override_settings(CELERY_ALWAYS_EAGER=True,
|
||||
CELERY_EAGER_PROPAGATES_EXCEPTIONS=True,
|
||||
ANSIBLE_TRANSPORT='local',
|
||||
UNIT_TEST_IGNORE_TASK_WAIT=True
|
||||
UNIT_TEST_IGNORE_TASK_WAIT=True,
|
||||
PROJECT_UPDATE_IDLE_TIMEOUT=60,
|
||||
PROJECT_UPDATE_VVV=True)
|
||||
class ProjectUpdatesTest(BaseTransactionTest):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user