mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 00:41:35 -05:00
- Fix up free tier on the service object, use it only on dump not create/update in marshmallow
- Ensure tests leave config as was after a test run that alters free tier quantity
This commit is contained in:
@@ -115,6 +115,7 @@ def set_config(app, name, value):
|
||||
old_val = app.config.get(name)
|
||||
app.config[name] = value
|
||||
yield
|
||||
print(app.config)
|
||||
app.config[name] = old_val
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user