Browse Source

Tests passing

Ask Solem 11 years ago
parent
commit
d168818e59
1 changed files with 0 additions and 2 deletions
  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()