Skip to content

Commit

Permalink
adjusting args
Browse files Browse the repository at this point in the history
  • Loading branch information
SaadHassan-dev committed Dec 19, 2023
1 parent e742046 commit 8ee44c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/ipinfo_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8ee44c4

Please sign in to comment.