瀏覽代碼

Integration: Removes rogue assert

Ask Solem 8 年之前
父節點
當前提交
fdfe6e1147
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      t/integration/conftest.py

+ 0 - 1
t/integration/conftest.py

@@ -8,7 +8,6 @@ TEST_BACKEND = os.environ.get('TEST_BACKEND', 'redis://')
 
 @pytest.fixture(scope='session')
 def celery_config():
-    assert TEST_BACKEND == 'rpc'
     return {
         'broker_url': TEST_BROKER,
         'result_backend': TEST_BACKEND