mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-08 23:50:38 +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):
|
def test_client_post_good_query_graphql(settings, client):
|
||||||
settings.ROOT_URLCONF = 'tests.contrib_django.test_urls'
|
settings.ROOT_URLCONF = 'tests.contrib_django.test_urls'
|
||||||
response = client.post(
|
response = client.post(
|
||||||
'/graphql', '{ headline }'), 'application/graphql')
|
'/graphql', '{ headline }', 'application/graphql')
|
||||||
json_response = format_response(response)
|
json_response = format_response(response)
|
||||||
expected_json = {
|
expected_json = {
|
||||||
'data': {
|
'data': {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user