pre-commit-ci-lite[bot]
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
3 deletions
-
tests/test_validate_response.py
|
|
@ -46,6 +46,7 @@ def get_invalidlist(): |
|
|
{"name": "baz", "price": "baz"}, |
|
|
{"name": "baz", "price": "baz"}, |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# edge cases |
|
|
# edge cases |
|
|
@app.get("/items/invalidDict", response_model=Item) |
|
|
@app.get("/items/invalidDict", response_model=Item) |
|
|
def get_invalidDict(): |
|
|
def get_invalidDict(): |
|
|
|