You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whem I'm creating a Flask application instance using the factory, I want to override some settings for testing purposes. Providing a dictionary with values I want to override should change the settings, but that does not actually override the settings. We should either remove this parameter, or fix it.
The text was updated successfully, but these errors were encountered:
bartdegoede
changed the title
settings_override in ocd_frontend.factory.create_app_factory does not override settings
settings_override in ocd_frontend.factory.create_app_factory does not override settings
Dec 17, 2014
Whem I'm creating a Flask application instance using the factory, I want to override some settings for testing purposes. Providing a dictionary with values I want to override should change the settings, but that does not actually override the settings. We should either remove this parameter, or fix it.
The text was updated successfully, but these errors were encountered: