diff --git a/tests/settings.py b/tests/settings.py index 4c0fdc6..1daffcb 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -1,5 +1,4 @@ LANGUAGE_CODE = 'en-us' -CELERY_ALWAYS_EAGER = True BROKER_URL = 'memory://' OZWILLO_SECRET = 'secret'