mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 01:32:24 +03:00
Run format
This commit is contained in:
parent
1b02624cc6
commit
eabf7595ef
|
@ -55,7 +55,10 @@ class GraphQLTestCase(TestCase):
|
|||
body["variables"] = {"input": input_data}
|
||||
if headers:
|
||||
resp = self._client.post(
|
||||
self.GRAPHQL_URL, json.dumps(body), content_type="application/json", **headers
|
||||
self.GRAPHQL_URL,
|
||||
json.dumps(body),
|
||||
content_type="application/json",
|
||||
**headers
|
||||
)
|
||||
else:
|
||||
resp = self._client.post(
|
||||
|
|
Loading…
Reference in New Issue
Block a user