bump: pydatic 2.3.0, tests

This commit is contained in:
Georg K
2023-08-29 14:28:27 +03:00
parent 7ce5e5d0d4
commit 82c638c1e0
6 changed files with 15 additions and 15 deletions

View File

@@ -54,6 +54,6 @@ async def test_post_an_article_with_wrong_type_field_should_return_an_error_mess
'loc': ['nb_page'],
'msg': 'Input should be a valid integer, unable to parse string as an integer',
'type': 'int_parsing',
'url': 'https://errors.pydantic.dev/2.1.2/v/int_parsing'
'url': 'https://errors.pydantic.dev/2.3/v/int_parsing'
}
]