🌐 Update Chinese translation for `docs/zh/docs/advanced/testing-dependencies.md` (#13066)

This commit is contained in:
Zhongheng Cheng 2024-12-17 16:18:42 -05:00 committed by GitHub
parent b19af36826
commit a0f6494803
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
这样一来,**FastAPI** 就会调用覆盖依赖项,不再调用原依赖项。
{* ../../docs_src/dependency_testing/tutorial001.py hl[26:27,30] *}
{* ../../docs_src/dependency_testing/tutorial001_an_py310.py hl[26:27,30] *}
/// tip | 提示