From e0ada3381d7e1c8003538cae3c970b83f6df0e3b Mon Sep 17 00:00:00 2001 From: fneitzel Date: Fri, 3 Apr 2020 00:41:13 +0200 Subject: [PATCH] Update docs/testing.rst Co-Authored-By: Jonathan Kim --- docs/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.rst b/docs/testing.rst index bf7009a..473a9ba 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -3,7 +3,7 @@ Testing API calls with django If you want to unittest your API calls derive your test case from the class `GraphQLTestCase`. -Your endpoint is set with `GRAPHQL_URL`. The default endpoint is `GRAPHQL_URL="/graphql/"` in `GraphQLTestCase` +Your endpoint is set through the `GRAPHQL_URL` attribute on `GraphQLTestCase`. The default endpoint is `GRAPHQL_URL = "/graphql/"`. Usage: