Valentyn
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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() |
|
|
|
|