flake8
passed.
JSHint
passed.
Review Request #11977 — Created Jan. 22, 2022 and submitted
For a while, middleware was allowed to be invoked in the old way
(instantiate with no arguments and then callprocess_request
). This is
going away, and we'll need to instantiate with aget_response
callable
and go through the new-style chain. This change updates our tests which
manually invoke middleware to do that.
Ran unit tests.
Summary | ID |
---|---|
028a92de8959c069a76bdf38661a100e6f8d2043 |