Skip to content

Commit

Permalink
Update ip2location_io_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ip2location committed Aug 30, 2023
1 parent ac2e2f0 commit 9033b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/lookups/ip2location_io_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def setup

def test_ip2location_io_query_url
query = Geocoder::Query.new('8.8.8.8')
assert_equal 'https://api.ip2location.io/?ip=8.8.8.8&key=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', query.url
assert_equal 'http://api.ip2location.io/?ip=8.8.8.8&key=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', query.url
end

def test_ip2location_io_lookup_address
Expand Down

0 comments on commit 9033b90

Please sign in to comment.