Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Update clients.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Aug 31, 2023
1 parent 4b665e8 commit cd0cf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/en/plugins/sanic-testing/clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Unlike the `SanicTestClient` that spins up a server on every request, the `Sanic
This test client provides all of the same methods and generally works as the `SanicTestClient`. The only difference is that you will need to add an `await` to each call:
:--:
```python
await app.test_client.get("/path/to/endpoint")
await app.asgi_client.get("/path/to/endpoint")
```
:---

Expand Down

0 comments on commit cd0cf4b

Please sign in to comment.