Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_post_like_not_embeded (0.3 seconds)

  1. tests/test_tutorial/test_body_multiple_params/test_tutorial005.py

                        "body",
                        "item",
                    ],
                    "msg": "Field required",
                    "type": "missing",
                },
            ],
        }
    
    
    def test_post_like_not_embeded(client: TestClient):
        response = client.put(
            "/items/5",
            json={
                "name": "Foo",
                "price": 50.5,
            },
        )
        assert response.status_code == 422
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Feb 12 13:19:43 GMT 2026
    - 8.9K bytes
    - Click Count (0)
Back to Top