summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-12-25 12:02:21 -0700
committermo khan <mo.khan@gmail.com>2020-12-25 12:02:21 -0700
commitbf09d6357f134e08246cb3d0a0dc4560ece92d8d (patch)
tree5fcae18bf09efeac5cc560d31110852b3c7caa8d
parentc9e2cb2accb9a1a484b0d709fe5eb5d537486e21 (diff)
test: fix failing testHEADmain
-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