Skip to content

Commit 88eefb0

Browse files
authored
Fix testing doc (#1024)
1 parent 2696035 commit 88eefb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ To use pytest define a simple fixture using the query helper below
102102
103103
# Test you query using the client_query fixture
104104
def test_some_query(client_query):
105-
response = graphql_query(
105+
response = client_query(
106106
'''
107107
query {
108108
myModel {

0 commit comments

Comments
 (0)