Explorar o código

Tests passing

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

+ 0 - 2
celery/tests/tasks/test_result.py

@@ -410,8 +410,6 @@ class test_GroupResult(AppCase):
                          ts.subtasks)
         ts.delete()
         self.assertIsNone(GroupResult.restore(ts.id))
-        with self.assertRaises(AttributeError):
-            GroupResult.restore(ts.id, backend=object())
 
     def test_join_native(self):
         backend = SimpleBackend()