We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07aa2e commit 24b4d5cCopy full SHA for 24b4d5c
lib/rabbitmq/http/client.rb
@@ -450,7 +450,7 @@ def initialize_connection(endpoint, options = {})
450
adapter = options.delete(:adapter) || Faraday.default_adapter
451
452
@connection = Faraday.new(options) do |conn|
453
- conn.request :authorization, :basic, user, password
+ conn.request :authorization, :basic, user, password
454
455
conn.use Faraday::FollowRedirects::Middleware, :limit => 3
456
conn.use Faraday::Response::RaiseError
0 commit comments