]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✅ Tweak comment in test to reference PR (#14885)
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 10 Feb 2026 12:14:38 +0000 (04:14 -0800)
committerGitHub <noreply@github.com>
Tue, 10 Feb 2026 12:14:38 +0000 (12:14 +0000)
tests/test_list_bytes_file_order_preserved_issue_14811.py

index 399235bdbf3b6313618c8e7493a64699e9157de8..dbf0a781865a7f36e4138626d0642c4e6aedd027 100644 (file)
@@ -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