Merge pull request #3 from no-dap/bugfix/execution-result

Fix test
This commit is contained in:
DongHwan Lee 2019-10-19 16:34:47 +09:00 committed by GitHub
commit 39417579e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -446,7 +446,6 @@ def test_handles_field_errors_caught_by_graphql(client):
response = client.get(url_string(query="{thrower}"))
assert response.status_code == 400
assert response_json(response) == {
"data": None,
"errors": [
{
"locations": [{"column": 2, "line": 1}],