mirror of https://github.com/tiangolo/fastapi.git
Remove `xfail` (fixed by PR #14986)
This commit is contained in:
parent
8dc8b2841a
commit
b8cf77f52e
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue