mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 07:48:39 -05:00
Changed project updates to use -v instead of -vvv.
This commit is contained in:
@@ -622,7 +622,8 @@ class ProjectsTest(BaseTest):
|
||||
@override_settings(CELERY_ALWAYS_EAGER=True,
|
||||
CELERY_EAGER_PROPAGATES_EXCEPTIONS=True,
|
||||
ANSIBLE_TRANSPORT='local',
|
||||
PROJECT_UPDATE_IDLE_TIMEOUT=30)
|
||||
PROJECT_UPDATE_IDLE_TIMEOUT=30,
|
||||
PROJECT_UPDATE_VVV=True)
|
||||
class ProjectUpdatesTest(BaseTransactionTest):
|
||||
|
||||
def setUp(self):
|
||||
|
||||
Reference in New Issue
Block a user