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