mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-14 05:37:02 +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
|
# Test you query using the client_query fixture
|
||||||
def test_some_query(client_query):
|
def test_some_query(client_query):
|
||||||
response = graphql_query(
|
response = client_query(
|
||||||
'''
|
'''
|
||||||
query {
|
query {
|
||||||
myModel {
|
myModel {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user