Skip to content

Commit

Permalink
No longer care about using HTTP by default.
Browse files Browse the repository at this point in the history
Most APIs are moving towards HTTPS-only.
  • Loading branch information
alexreisner committed Oct 7, 2020
1 parent 353a434 commit 6da9d25
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/unit/https_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,4 @@ def test_uses_https_for_secure_query
g = Geocoder::Lookup::Google.new
assert_match(/^https:/, g.query_url(Geocoder::Query.new("test")))
end

def test_uses_http_by_default
g = Geocoder::Lookup::Esri.new
assert_match(/^http:/, g.query_url(Geocoder::Query.new("test")))
end
end

0 comments on commit 6da9d25

Please sign in to comment.