diff --git a/docs/api-guide/testing.md b/docs/api-guide/testing.md index 9134bd08e48..5ca01b4e7e1 100644 --- a/docs/api-guide/testing.md +++ b/docs/api-guide/testing.md @@ -209,7 +209,7 @@ directly. Note that the requests client requires you to pass fully qualified URLs. -## `RequestsClient` and working with the database +## RequestsClient and working with the database The `RequestsClient` class is useful if you want to write tests that solely interact with the service interface. This is a little stricter than using the standard Django test client, as it means that all interactions should be via the API.