Update tests/test_list_bytes_file_order_preserved_issue_14811.py

Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
This commit is contained in:
Valentyn 2026-02-05 17:47:43 +02:00 committed by GitHub
parent ed608b6c95
commit 121e332322
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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()