mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-10 10:01:48 -05:00
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