mirror of
https://github.com/fastapi/fastapi.git
synced 2026-07-13 16:33:11 -04:00
✅ Add tests for form and files
This commit is contained in:
@@ -87,16 +87,6 @@ def test_openapi_scheme():
|
||||
assert response.json() == openapi_schema
|
||||
|
||||
|
||||
item_id_not_int = {
|
||||
"detail": [
|
||||
{
|
||||
"loc": ["path", "item_id"],
|
||||
"msg": "value is not a valid integer",
|
||||
"type": "type_error.integer",
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
password_required = {
|
||||
"detail": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user