diff --git a/test/ipinfo_test.rb b/test/ipinfo_test.rb index c4c4735..628ad78 100644 --- a/test/ipinfo_test.rb +++ b/test/ipinfo_test.rb @@ -22,8 +22,7 @@ def test_set_adapter_v4 def test_set_adapter_v6 ipinfo = IPinfo.create( ENV['IPINFO_TOKEN'], - { http_client: :excon }, - { 'host_type' => :v6 } + { http_client: :excon, 'host_type' => :v6 } ) assert(ipinfo.httpc = :excon)