remove setting corresponding to removed tests

This commit is contained in:
AlanCoding
2018-04-16 14:49:54 -04:00
parent 8a55b7f296
commit 4ff2f3e061
3 changed files with 2 additions and 7 deletions

View File

@@ -153,8 +153,7 @@ class TaskManager():
queue_name = queue_name[1 if len(queue_name) > 1 else 0]
queues[queue_name] = active_tasks
else:
if not hasattr(settings, 'CELERY_UNIT_TEST'):
return (None, None)
return (None, None)
return (active_task_queues, queues)