Browse Source

Tweak comment in test to reference PR (#14885)

pull/14886/head
Sebastián Ramírez 4 months ago
committed by GitHub
parent
commit
6ce5e3e961
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

@ -1,7 +1,7 @@
"""
Regression test: preserve order when using list[bytes] + File()
See https://github.com/fastapi/fastapi/discussions/14811
Related: PR #3372
Fixed in PR: https://github.com/fastapi/fastapi/pull/14884
"""
from typing import Annotated

Loading…
Cancel
Save