test/test_fcc_geocoder.rb in geokit-1.12.0 vs test/test_fcc_geocoder.rb in geokit-1.13.0
- old
+ new
@@ -2,10 +2,10 @@
class FCCGeocoderTest < BaseGeocoderTest #:nodoc: all
def setup
super
@la = Geokit::LatLng.new(34.05, -118.25)
- @base_url = 'https://data.fcc.gov/api/block/find'
+ @base_url = 'https://geo.fcc.gov/api/census/block/find'
end
def assert_url(expected_url)
assert_equal expected_url, TestHelper.last_url.gsub(/&oauth_[a-z_]+=[a-zA-Z0-9\-. %]+/, '').gsub('%20', '+')
end