Skip to content

Commit

Permalink
Squash #2137 - Revert testing config for celery back
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Dec 4, 2024
1 parent 49a3458 commit 6cae90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ class Test(Development):
'read-db': os.getenv('SQLALCHEMY_DATABASE_URI_READ', 'postgresql://postgres@localhost/notification_api')
}

CELERY_SETTINGS = {'task_always_eager': True, 'broker_url': 'memory://'}
CELERY_SETTINGS = {'broker_url': 'you-forgot-to-mock-celery-in-your-tests://'}

ANTIVIRUS_ENABLED = True

Expand Down

0 comments on commit 6cae90e

Please sign in to comment.