Browse Source

Remove `xfail` (fixed by PR #14986)

pull/14238/head
Yurii Motov 4 months ago
parent
commit
b8cf77f52e
  1. 2
      tests/test_tutorial/test_behind_a_proxy/test_tutorial005.py

2
tests/test_tutorial/test_behind_a_proxy/test_tutorial005.py

@ -34,7 +34,7 @@ def test_forwarded_prefix_middleware(
"prefix", "prefix",
[ [
"/api/v1", "/api/v1",
pytest.param("/backend/v1", marks=pytest.mark.xfail), "/backend/v1",
], ],
) )
def test_openapi_servers(prefix: str): def test_openapi_servers(prefix: str):

Loading…
Cancel
Save