Fix testing doc (#1024)

This commit is contained in:
Semyon Pupkov 2020-08-26 19:59:43 +05:00 committed by GitHub
parent 26960359a2
commit 88eefb0e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ To use pytest define a simple fixture using the query helper below
# Test you query using the client_query fixture
def test_some_query(client_query):
response = graphql_query(
response = client_query(
'''
query {
myModel {