Browse Source

tests passing

Ask Solem 12 năm trước cách đây
mục cha
commit
8ed2ba4588
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      celery/tests/worker/test_worker.py

+ 1 - 0
celery/tests/worker/test_worker.py

@@ -984,6 +984,7 @@ class test_WorkController(AppCase):
     def test_process_task_sem(self):
         worker = self.worker
         worker.semaphore = Mock()
+        worker._quick_acquire = worker.semaphore.acquire
 
         req = Mock()
         worker.process_task_sem(req)