Browse Source

fix pydantic v1 test

pull/14113/head
Nico Tonnhofer 10 months ago
parent
commit
bb700144d0
  1. 4
      tests/test_query_single_model.py

4
tests/test_query_single_model.py

@ -75,8 +75,8 @@ def test_invalid_data():
"detail": [
{
"loc": ["query", "item", 0],
"msg": "Input should be a valid integer, unable to parse string as an integer",
"type": "type_error.int_parsing",
"msg": "value is not a valid integer",
"type": "type_error.integer",
}
]
}

Loading…
Cancel
Save