mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-07 23:23:08 -04:00
📝 Change 'Schema' to 'Field' in docs (#746)
This commit is contained in:
committed by
Sebastián Ramírez
parent
90236c8135
commit
3f5f81bbdc
@@ -1,7 +1,7 @@
|
||||
import pytest
|
||||
from starlette.testclient import TestClient
|
||||
|
||||
from body_schema.tutorial001 import app
|
||||
from body_fields.tutorial001 import app
|
||||
|
||||
# TODO: remove when removing support for Pydantic < 1.0.0
|
||||
try:
|
||||
Reference in New Issue
Block a user