Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
Link target and link text were accidentally switched.
  • Loading branch information
nilslindemann committed Jan 13, 2024
1 parent 1ce27fd commit 2acdb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/docs/advanced/async-tests.md
Expand Up @@ -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

Expand Down

0 comments on commit 2acdb03

Please sign in to comment.