diff --git a/tests/test_tutorial/test_behind_a_proxy/test_tutorial005.py b/tests/test_tutorial/test_behind_a_proxy/test_tutorial005.py index f9b659aed3..230d51c8fc 100644 --- a/tests/test_tutorial/test_behind_a_proxy/test_tutorial005.py +++ b/tests/test_tutorial/test_behind_a_proxy/test_tutorial005.py @@ -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):