Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_put_images_not_list (0.07 sec)

  1. tests/test_tutorial/test_body_nested_models/test_tutorial006.py

                {
                    "loc": ["body", "price"],
                    "input": {},
                    "msg": "Field required",
                    "type": "missing",
                },
            ]
        }
    
    
    def test_put_images_not_list(client: TestClient):
        response = client.put(
            "/items/5",
            json={
                "name": "Foo",
                "price": 35.4,
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 10:43:02 UTC 2025
    - 8.7K bytes
    - Viewed (0)
Back to top