diff --git a/docs/testing.rst b/docs/testing.rst index 72907b4..c24f7c4 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -90,6 +90,7 @@ To use pytest define a simple fixture using the query helper below .. code:: python # Create a fixture using the graphql_query helper and `client` fixture from `pytest-django`. + import json import pytest from graphene_django.utils.testing import graphql_query