Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
winstonwolff committed Jun 6, 2018
1 parent f693d5c commit 7da435e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 17 deletions.
46 changes: 30 additions & 16 deletions fixtures/vcr_cassettes/fcc_reverse_geocode.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/test_fcc_geocoder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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)
Expand Down

0 comments on commit 7da435e

Please sign in to comment.