From: Sebastián Ramírez Date: Tue, 10 Feb 2026 12:14:38 +0000 (-0800) Subject: ✅ Tweak comment in test to reference PR (#14885) X-Git-Tag: 0.128.7~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ce5e3e961876c39d8a60a3a2cb4147a6748d116;p=thirdparty%2Ffastapi%2Ffastapi.git ✅ Tweak comment in test to reference PR (#14885) --- 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 399235bdb..dbf0a7818 100644 --- a/tests/test_list_bytes_file_order_preserved_issue_14811.py +++ b/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