Skip to content

Commit 3cde872

Browse files
emilgoldsmithjkimbo
authored andcommitted
Stop enforcing csrf checks in GraphQLTestCase (#658)
1 parent c90c27f commit 3cde872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/utils/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def setUpClass(cls):
2222
"Variable GRAPHQL_SCHEMA not defined in GraphQLTestCase."
2323
)
2424

25-
cls._client = Client(cls.GRAPHQL_SCHEMA)
25+
cls._client = Client()
2626

2727
def query(self, query, op_name=None, input_data=None):
2828
"""

0 commit comments

Comments
 (0)