Explorar o código

Fixed invalid test

Ask Solem %!s(int64=14) %!d(string=hai) anos
pai
achega
2be7fb8a21
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/tests/test_worker_control.py

+ 1 - 1
celery/tests/test_worker_control.py

@@ -38,7 +38,7 @@ class Dispatcher(object):
     def disable(self):
         self.enabled = False
 
-    def send(self, event):
+    def send(self, event, **fields):
         self.sent.append(event)