mirror of
https://github.com/ansible/awx.git
synced 2026-01-29 15:24:42 -03:30
Missing line-end comma
This commit is contained in:
parent
7fe474aec5
commit
7ac58dead3
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user