Update fixed test docstring
All checks were successful
Run tests / test (pull_request) Successful in 31s

This commit is contained in:
Jaroslav Groman 2026-06-18 11:41:36 +00:00
commit 03815fdd95

View file

@ -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