Skip to content

Commit

Permalink
Update param_depend.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Oct 29, 2024
1 parent 5ae6c32 commit 4e80e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/param/param_depend.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def _dep_mismatch():

async def cache_exception_func1(
dep: int = Depends(_dep),
mismatch: bytes = Depends(_dep_mismatch),
mismatch: dict = Depends(_dep_mismatch),
):
raise RuntimeError("Never reach here")

Expand Down

0 comments on commit 4e80e88

Please sign in to comment.