mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-18 21:39:22 -04:00
📝 Update includes for docs/en/docs/tutorial/schema-extra-example.md (#12822)
This commit is contained in:
committed by
GitHub
parent
636171ce31
commit
5c080d81ae
@@ -6,7 +6,7 @@ from ...utils import needs_py310, needs_pydanticv1
|
||||
|
||||
@pytest.fixture(name="client")
|
||||
def get_client():
|
||||
from docs_src.schema_extra_example.tutorial001_py310_pv1 import app
|
||||
from docs_src.schema_extra_example.tutorial001_pv1_py310 import app
|
||||
|
||||
client = TestClient(app)
|
||||
return client
|
||||
Reference in New Issue
Block a user