From 92d90c1a9f0896fcf7d43315b5161c8dcae6263e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 00:44:42 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_tutorial/test_path_params/test_tutorial002.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_tutorial/test_path_params/test_tutorial002.py b/tests/test_tutorial/test_path_params/test_tutorial002.py index 33556abaa..cbf5dc468 100644 --- a/tests/test_tutorial/test_path_params/test_tutorial002.py +++ b/tests/test_tutorial/test_path_params/test_tutorial002.py @@ -137,7 +137,9 @@ def test_openapi_schema(client): "HTTPValidationError": { "properties": { "detail": { - "items": {"$ref": "#/components/schemas/ValidationError"}, + "items": { + "$ref": "#/components/schemas/ValidationError" + }, "type": "array", "title": "Detail", }