mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
removed extra parenthesis typo
This commit is contained in:
parent
ac58ee15a4
commit
3571f053bb
|
@ -104,7 +104,7 @@ def test_client_post_good_query_json(settings, client):
|
|||
def test_client_post_good_query_graphql(settings, client):
|
||||
settings.ROOT_URLCONF = 'tests.contrib_django.test_urls'
|
||||
response = client.post(
|
||||
'/graphql', '{ headline }'), 'application/graphql')
|
||||
'/graphql', '{ headline }', 'application/graphql')
|
||||
json_response = format_response(response)
|
||||
expected_json = {
|
||||
'data': {
|
||||
|
|
Loading…
Reference in New Issue
Block a user