ソースを参照

Tests passing

Ask Solem 14 年 前
コミット
a20685c613
1 ファイル変更1 行追加1 行削除
  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)