mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Missing line-end comma
This commit is contained in:
@@ -977,7 +977,7 @@ class InventoryTest(BaseTest):
|
|||||||
|
|
||||||
@override_settings(CELERY_ALWAYS_EAGER=True,
|
@override_settings(CELERY_ALWAYS_EAGER=True,
|
||||||
CELERY_EAGER_PROPAGATES_EXCEPTIONS=True,
|
CELERY_EAGER_PROPAGATES_EXCEPTIONS=True,
|
||||||
IGNORE_CELERY_INSPECTOR=True
|
IGNORE_CELERY_INSPECTOR=True,
|
||||||
UNIT_TEST_IGNORE_TASK_WAIT=True,
|
UNIT_TEST_IGNORE_TASK_WAIT=True,
|
||||||
PEXPECT_TIMEOUT=60)
|
PEXPECT_TIMEOUT=60)
|
||||||
class InventoryUpdatesTest(BaseTransactionTest):
|
class InventoryUpdatesTest(BaseTransactionTest):
|
||||||
|
|||||||
Reference in New Issue
Block a user