소스 검색

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)