Skip to content

Commit

Permalink
Fix testing doc (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
artofhuman committed Aug 26, 2020
1 parent 2696035 commit 88eefb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 88eefb0

Please sign in to comment.