🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

This commit is contained in:
pre-commit-ci[bot] 2025-10-03 11:44:01 +00:00
parent 595de31662
commit b45a03c3b7
1 changed files with 1 additions and 2 deletions

View File

@ -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