Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bool_parsing (0.09 sec)

  1. tests/test_path.py

        response = client.get("/path/bool/foobar")
        assert response.status_code == 422
        assert response.json() == IsDict(
            {
                "detail": [
                    {
                        "type": "bool_parsing",
                        "loc": ["path", "item_id"],
                        "msg": "Input should be a valid boolean, unable to interpret input",
                        "input": "foobar",
                    }
                ]
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 34.4K bytes
    - Viewed (0)
Back to top