From 607f77820bec7b8b3be70730bf8ac260a7a16d00 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 13:42:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_response_dependency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_response_dependency.py b/tests/test_response_dependency.py index 1153784e7..38c359594 100644 --- a/tests/test_response_dependency.py +++ b/tests/test_response_dependency.py @@ -96,7 +96,7 @@ def test_response_dependency_chain(): def test_response_dependency_returns_different_response_instance(): """Dependency that returns a different Response instance should work. - + When a dependency returns a new Response object (e.g., JSONResponse) instead of modifying the injected one, the returned response should be used and any modifications to it in the endpoint should be preserved.