diff --git a/tests/test_list_bytes_file_order_preserved_issue_14811.py b/tests/test_list_bytes_file_order_preserved_issue_14811.py index 7879b49cd5..399235bdbf 100644 --- a/tests/test_list_bytes_file_order_preserved_issue_14811.py +++ b/tests/test_list_bytes_file_order_preserved_issue_14811.py @@ -13,7 +13,7 @@ from fastapi.testclient import TestClient from starlette.datastructures import UploadFile as StarletteUploadFile -def test_list_bytes_file_preserves_order_issue_14811( +def test_list_bytes_file_preserves_order( monkeypatch: pytest.MonkeyPatch, ) -> None: app = FastAPI()