Ver Fonte

Tests passing

Ask Solem há 14 anos atrás
pai
commit
a20685c613
1 ficheiros alterados com 1 adições e 1 exclusões
  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)