Update fixed test docstring
All checks were successful
Run tests / test (pull_request) Successful in 31s
All checks were successful
Run tests / test (pull_request) Successful in 31s
This commit is contained in:
parent
a545cd50d8
commit
03815fdd95
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class TestProxyFixMiddleware:
|
|||
"""
|
||||
GIVEN IS_OPENSHIFT is set and default config values
|
||||
WHEN the app is created
|
||||
THEN ProxyFix should have x_for=1, x_proto=1, others=0
|
||||
THEN ProxyFix should have x_for=2, x_proto=2, others=0
|
||||
"""
|
||||
pf = openshift_app.wsgi_app.app # unwrap _ForwardedHeaderFix
|
||||
assert pf.x_for == 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue