summaryrefslogtreecommitdiff
path: root/docs/topics/testing
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-08-24 05:19:52 +0200
committerGitHub <noreply@github.com>2023-08-24 05:19:52 +0200
commit9942a3e49b801b59e10329d86cd8bf12f1716529 (patch)
treed18fbabf8c360ccdafb4201b9aaf870956bd8f94 /docs/topics/testing
parentc59be9f1da7e1fc58df49d5eda4e80cd50ce5710 (diff)
Avoided counting exceptions in AsyncClient docs.
Follow up to ad6bb20557f5c87de26aeb3afb061af942a8cc17.
Diffstat (limited to 'docs/topics/testing')
-rw-r--r--docs/topics/testing/tools.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index 5f08f6a14d..2378ff4ec1 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -2028,7 +2028,7 @@ or as ``self.async_client`` on any test.
.. class:: AsyncClient(enforce_csrf_checks=False, raise_request_exception=True, *, headers=None, **defaults)
``AsyncClient`` has the same methods and signatures as the synchronous (normal)
-test client, with two exceptions:
+test client, with the following exceptions:
* In the initialization, arbitrary keyword arguments in ``defaults`` are added
directly into the ASGI scope.