From bf09d6357f134e08246cb3d0a0dc4560ece92d8d Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 25 Dec 2020 12:02:21 -0700 Subject: test: fix failing test --- test/integration/server_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3