Browse Source

Integration: Removes rogue assert

Ask Solem 8 years ago
parent
commit
fdfe6e1147
1 changed files with 0 additions and 1 deletions
  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