From 6ce5e3e961876c39d8a60a3a2cb4147a6748d116 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 10 Feb 2026 04:14:38 -0800 Subject: [PATCH] =?utf8?q?=E2=9C=85=20Tweak=20comment=20in=20test=20to=20r?= =?utf8?q?eference=20PR=20(#14885)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tests/test_list_bytes_file_order_preserved_issue_14811.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3