From b45a03c3b7fd96f5ed9353e08edefbe944058bda Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 11:44:01 +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_json_body_decode_error.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_json_body_decode_error.py b/tests/test_json_body_decode_error.py index 551b4b933..9ca2334a6 100644 --- a/tests/test_json_body_decode_error.py +++ b/tests/test_json_body_decode_error.py @@ -160,8 +160,7 @@ def test_json_decode_error_snippet_ellipsis( def test_successful_item_creation(): response = client.post( "/items/", - json={"name": "Test Item", "price": 19.99, - "description": "A test item"}, + json={"name": "Test Item", "price": 19.99, "description": "A test item"}, ) assert response.status_code == 200