- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_put_incorrect_body_multiple (0.43 sec)
-
tests/test_multi_body_errors.py
"msg": "ensure this value is greater than 0", "type": "value_error.number.not_gt", } ] } ) def test_put_incorrect_body_multiple(): response = client.post("/items/", json=[{"age": "five"}, {"age": "six"}]) assert response.status_code == 422, response.text assert response.json() == IsDict( { "detail": [
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Apr 18 19:40:57 UTC 2024 - 7.6K bytes - Viewed (0)