mirror of https://github.com/tiangolo/fastapi.git
📝 Fix typos in code comments (#14364)
Fix typos in some files Co-authored-by: khanhkhanhlele <namkhanh20xx@gmail.com>
This commit is contained in:
parent
4e84f31694
commit
df83eb7278
|
|
@ -45,7 +45,7 @@ def get_client(request: pytest.FixtureRequest):
|
||||||
|
|
||||||
with TestClient(mod.app) as c:
|
with TestClient(mod.app) as c:
|
||||||
yield c
|
yield c
|
||||||
# Clean up connection explicitely to avoid resource warning
|
# Clean up connection explicitly to avoid resource warning
|
||||||
mod.engine.dispose()
|
mod.engine.dispose()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ def get_client(request: pytest.FixtureRequest):
|
||||||
|
|
||||||
with TestClient(mod.app) as c:
|
with TestClient(mod.app) as c:
|
||||||
yield c
|
yield c
|
||||||
# Clean up connection explicitely to avoid resource warning
|
# Clean up connection explicitly to avoid resource warning
|
||||||
mod.engine.dispose()
|
mod.engine.dispose()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue