openstate / open-cultuur-data

The back- and front-end code that powers the Open Cultuur Data API
http://opencultuurdata.nl/
28 stars 18 forks source link

settings_override in ocd_frontend.factory.create_app_factory does not override settings #81

Open bartdegoede opened 9 years ago

bartdegoede commented 9 years ago

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.