Skip to content

Commit 3571f05

Browse files
committed
removed extra parenthesis typo
1 parent ac58ee1 commit 3571f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/contrib_django/test_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def test_client_post_good_query_json(settings, client):
104104
def test_client_post_good_query_graphql(settings, client):
105105
settings.ROOT_URLCONF = 'tests.contrib_django.test_urls'
106106
response = client.post(
107-
'/graphql', '{ headline }'), 'application/graphql')
107+
'/graphql', '{ headline }', 'application/graphql')
108108
json_response = format_response(response)
109109
expected_json = {
110110
'data': {

0 commit comments

Comments
 (0)