mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-18 13:40:31 -04:00
Finished celery refactor - set up config for queue prefix
LEO notes: Also made sure the Test BROKER_URL is preserved so that tests warn you when celery isn't mocked out
This commit is contained in:
committed by
Leo Hemsted
parent
786adb5d71
commit
0e9e8955f7
@@ -49,7 +49,6 @@ def create_app(app_name=None):
|
||||
from app.config import configs
|
||||
|
||||
notify_environment = os.environ['NOTIFY_ENVIRONMENT']
|
||||
|
||||
application.config.from_object(configs[notify_environment])
|
||||
|
||||
if app_name:
|
||||
|
||||
Reference in New Issue
Block a user