Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_post_not_a_list (0.12 sec)

  1. tests/test_tutorial/test_body_nested_models/test_tutorial008.py

                    "type": "url_parsing",
                    "ctx": {"error": "relative URL without a base"},
                },
            ]
        }
    
    
    def test_post_not_a_list(client: TestClient):
        data = {"url": "http://example.com/", "name": "Example"}
        response = client.post("/images/multiple", json=data)
        assert response.status_code == 422, response.text
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 10:43:02 UTC 2025
    - 5.4K bytes
    - Viewed (0)
Back to top