Browse Source

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

pull/14089/head
pre-commit-ci[bot] 8 months ago
parent
commit
b45a03c3b7
  1. 3
      tests/test_json_body_decode_error.py

3
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

Loading…
Cancel
Save