mirror of https://github.com/tiangolo/fastapi.git
✏️ Fix link in `docs/en/docs/advanced/async-tests.md` (#10960)
This commit is contained in:
parent
5377c594da
commit
bc13faa15d
|
|
@ -85,7 +85,7 @@ response = client.get('/')
|
|||
Note that we're using async/await with the new `AsyncClient` - the request is asynchronous.
|
||||
|
||||
!!! warning
|
||||
If your application relies on lifespan events, the `AsyncClient` won't trigger these events. To ensure they are triggered, use `LifespanManager` from <a href="florimondmanca/asgi-lifespan" class="external-link" target="_blank">https://github.com/florimondmanca/asgi-lifespan#usage</a>.
|
||||
If your application relies on lifespan events, the `AsyncClient` won't trigger these events. To ensure they are triggered, use `LifespanManager` from <a href="https://github.com/florimondmanca/asgi-lifespan#usage" class="external-link" target="_blank">florimondmanca/asgi-lifespan</a>.
|
||||
|
||||
## Other Asynchronous Function Calls
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue