mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-05 07:34:12 -04:00
📝 Fix typos in code comments (#14364)
Fix typos in some files Co-authored-by: khanhkhanhlele <namkhanh20xx@gmail.com>
This commit is contained in:
@@ -45,7 +45,7 @@ def get_client(request: pytest.FixtureRequest):
|
||||
|
||||
with TestClient(mod.app) as c:
|
||||
yield c
|
||||
# Clean up connection explicitely to avoid resource warning
|
||||
# Clean up connection explicitly to avoid resource warning
|
||||
mod.engine.dispose()
|
||||
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ def get_client(request: pytest.FixtureRequest):
|
||||
|
||||
with TestClient(mod.app) as c:
|
||||
yield c
|
||||
# Clean up connection explicitely to avoid resource warning
|
||||
# Clean up connection explicitly to avoid resource warning
|
||||
mod.engine.dispose()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user