Skip to content

Commit

Permalink
Make awere of auth info when open client
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto committed Feb 6, 2016
1 parent c2fa047 commit fa5d455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-client.rb
Expand Up @@ -50,7 +50,7 @@ def client
end

def open_client(&block)
options = {:host => @address, :port => @port, :protocol => @protocol}
options = {:host => @address, :port => @port, :protocol => @protocol, :auth_user => @auth_user, :auth_password => @auth_password}
Groonga::Client.open(options, &block)
end

Expand Down

0 comments on commit fa5d455

Please sign in to comment.