Explorar o código

Remove test for backend.is_successful

Ask Solem %!s(int64=15) %!d(string=hai) anos
pai
achega
5692bb1c89
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/tests/test_backends/test_base.py

+ 1 - 1
celery/tests/test_backends/test_base.py

@@ -28,7 +28,7 @@ class TestBaseBackendInterface(unittest.TestCase):
 
     def test_get_status(self):
         self.assertRaises(NotImplementedError,
-                b.is_successful, "SOMExx-N0Nex1stant-IDxx-")
+                b.get_status, "SOMExx-N0Nex1stant-IDxx-")
 
     def test_store_result(self):
         self.assertRaises(NotImplementedError,