Remove `xfail` (fixed by PR #14986)

This commit is contained in:
Yurii Motov 2026-02-25 21:12:12 +01:00
parent 8dc8b2841a
commit b8cf77f52e
1 changed files with 1 additions and 1 deletions

View File

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