Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys committed Nov 16, 2020
1 parent 18d52f6 commit f9c9f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def open(self, *args, **kwargs):

@pytest.fixture(scope='session')
def celery_config():
"""Celery worker config."""
return {
'result_backend': 'rpc',
'task_always_eager': True
Expand Down

0 comments on commit f9c9f58

Please sign in to comment.