diff --git a/tests/spec/support/adapters.rb b/tests/spec/support/adapters.rb index db07826..dc4c4d8 100644 --- a/tests/spec/support/adapters.rb +++ b/tests/spec/support/adapters.rb @@ -68,7 +68,7 @@ def connect_method? :em_synchrony => Adapter.new(:em_synchrony), :excon => Adapter.new(:excon, - :trace_method, :connect_with_response_body), + :trace_method, :connect_method), :httpclient => Adapter.new(:httpclient, :trace_method),