test/integration/transport_test.rb in elasticsearch-transport-1.0.7 vs test/integration/transport_test.rb in elasticsearch-transport-1.0.9

- old
+ new

@@ -63,10 +63,10 @@ client = Elasticsearch::Transport::Client.new transport: transport response = client.perform_request 'GET', '' assert_respond_to(response.body, :to_hash) - assert_not_nil response.body['cluster_name'] + assert_not_nil response.body['name'] assert_equal 'application/json', response.headers['content-type'] end unless JRUBY end end