summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/integration/server_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/server_test.rb b/test/integration/server_test.rb
index 754edff..9e67241 100644
--- a/test/integration/server_test.rb
+++ b/test/integration/server_test.rb
@@ -14,7 +14,7 @@ class ServerTest < Minitest::Test
refute_empty last_response.body
json = JSON.parse(last_response.body)
- assert_equal 'mo', json['data']['me']['name']
+ assert_equal 'mo', json['data']['me']
end
def test_get_graphql_with_post_body