Explorar o código

Tests passing

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

+ 1 - 1
celery/tests/test_app/test_loaders.py

@@ -215,7 +215,7 @@ class TestDefaultLoader(unittest.TestCase):
 
         def with_catch_warnings(log):
             l = _Loader()
-            self.assertEqual(l.conf.CELERY_RESULT_BACKEND, "amqp")
+            self.assertDictEqual(l.conf, {})
             context_executed[0] = True
 
         context = catch_warnings(record=True)