Skip to content
Snippets Groups Projects
Commit 04331e29 authored by Alex Reisner's avatar Alex Reisner
Browse files

Remove test.

Wasn't testing what it claimed to be testing.
parent 6f327a89
No related branches found
No related tags found
No related merge requests found
......@@ -85,11 +85,4 @@ class IpapiComTest < GeocoderTestCase
g = Geocoder::Lookup::IpapiCom.new
assert_equal "https://pro.ip-api.com/json/74.200.247.59?key=MY_KEY", g.query_url(Geocoder::Query.new("74.200.247.59"))
end
def test_invalid_api_key
Geocoder.configure(:api_key => "MY_KEY")
result = Geocoder.search("74.200.247.60").first
assert_equal nil, result
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment