Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_error_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def test_a_bucketless_429_still_means_queue_full() -> None:


def test_a_router_validation_body_degrades_rather_than_coercing_its_detail() -> None:
# Router's per-field validation body is the fal/FastAPI `detail[]` shape. A
# Router's per-field validation body is the FastAPI `detail[]` shape. A
# list is not a message: stringifying it would put a Python repr in front of
# a caller, so the status-derived message answers instead.
err = error_from_envelope(
Expand Down
Loading