mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-10 19:57:15 +03:00
Fix testing doc (#1024)
This commit is contained in:
parent
26960359a2
commit
88eefb0e07
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user