瀏覽代碼

tests passing

Ask Solem 11 年之前
父節點
當前提交
f2cc7f4af3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      celery/tests/backends/test_amqp.py

+ 1 - 1
celery/tests/backends/test_amqp.py

@@ -276,7 +276,7 @@ class test_AMQPBackend(AppCase):
                 'status': states.SUCCESS,
                 'result': i,
                 'traceback': None,
-                'task_id': tid,
+                'task_id': task_id,
                 'children': None,
             })
             for i, task_id in enumerate(tids)