mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-13 01:44:08 -04:00
This test is now failing due to the combination of both Werkzeug having had a major version bump in a previous PR and the Python version changing. Calling `current_service` is now giving an error when trying to get the `service` from the `_request_ctx_stack` because `_request_ctx_stack` has no `service` attribute. There was no error before, so it appears some underlying behaviour has changed. I've fixed the test by changing the setup, but there is no effect on production code - when the app is running `load_service_before_request` is called before every request.