Browse Source

🎨 Auto format

pull/14794/head
pre-commit-ci-lite[bot] 5 months ago
committed by GitHub
parent
commit
607f77820b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      tests/test_response_dependency.py

2
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.

Loading…
Cancel
Save