Nikita Zavadin
6 months ago
No known key found for this signature in database
GPG Key ID: 9F14940057AA9BBD
1 changed files with
2 additions and
1 deletions
-
tests/test_compat.py
|
|
@ -80,7 +80,8 @@ def test_complex(): |
|
|
|
assert response2.json() == [1, 2] |
|
|
|
|
|
|
|
|
|
|
|
def test_propagates_pydantic_model_config(): |
|
|
|
@needs_pydanticv2 |
|
|
|
def test_propagates_pydantic2_model_config(): |
|
|
|
app = FastAPI() |
|
|
|
|
|
|
|
class Missing: |
|
|
|