From 3571f053bbdd192da78f8743b42054d0d19ae4b7 Mon Sep 17 00:00:00 2001 From: Monte Mishkin Date: Fri, 13 Nov 2015 00:30:12 -0800 Subject: [PATCH] removed extra parenthesis typo --- tests/contrib_django/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/contrib_django/test_views.py b/tests/contrib_django/test_views.py index 27033281..87af180f 100644 --- a/tests/contrib_django/test_views.py +++ b/tests/contrib_django/test_views.py @@ -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': {