Browse Source

Update tests/test_list_bytes_file_order_preserved_issue_14811.py

Co-authored-by: Motov Yurii <[email protected]>
pull/14828/head
Valentyn 5 months ago
committed by GitHub
parent
commit
121e332322
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      tests/test_list_bytes_file_order_preserved_issue_14811.py

2
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 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, monkeypatch: pytest.MonkeyPatch,
) -> None: ) -> None:
app = FastAPI() app = FastAPI()

Loading…
Cancel
Save