Commit bf09d63
Changed files (1)
test
integration
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