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