Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc13faa

Browse files
author
Nils Lindemann
authored
✏️ Fix link in docs/en/docs/advanced/async-tests.md (#10960)
1 parent 5377c59 commit bc13faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/docs/advanced/async-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ response = client.get('/')
8585
Note that we're using async/await with the new `AsyncClient` - the request is asynchronous.
8686

8787
!!! warning
88-
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>.
88+
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>.
8989

9090
## Other Asynchronous Function Calls
9191

0 commit comments

Comments
 (0)