Explorar o código

Tests passing on Py2.6

Ask Solem %!s(int64=11) %!d(string=hai) anos
pai
achega
3ec94b8225
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/tests/worker/test_worker.py

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

@@ -640,7 +640,7 @@ class test_Consumer(AppCase):
         def effect():
             if connect.call_count > 1:
                 return
-            raise ChannelError()
+            raise ChannelError('error')
         connect.side_effect = effect
         l.connect()
         connect.assert_called_with()