Commit bf09d63

mo khan <mo.khan@gmail.com>
2020-12-25 19:02:21
test: fix failing test
1 parent c9e2cb2
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