Missing line-end comma

This commit is contained in:
Matthew Jones 2014-03-18 12:04:27 -04:00
parent 7fe474aec5
commit 7ac58dead3

View File

@ -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):