diff --git a/server/extension/test/expected/00_install_test.out b/server/extension/test/expected/00_install_test.out index ca687fa..3015221 100644 --- a/server/extension/test/expected/00_install_test.out +++ b/server/extension/test/expected/00_install_test.out @@ -50,7 +50,7 @@ SELECT cartodb.cdb_conf_setconf('geocodio_conf', '{"geocoder": {"api_keys": ["ge SELECT cartodb.cdb_conf_setconf('logger_conf', '{"geocoder_log_path": "/dev/null"}'); cdb_conf_setconf ------------------ - + (1 row) -- Mock the varnish invalidation function diff --git a/server/lib/python/cartodb_services/test/test_geocodiogeocoder.py b/server/lib/python/cartodb_services/test/test_geocodiogeocoder.py index ff1deb9..8922bbb 100644 --- a/server/lib/python/cartodb_services/test/test_geocodiogeocoder.py +++ b/server/lib/python/cartodb_services/test/test_geocodiogeocoder.py @@ -26,12 +26,12 @@ VALID_CITY_3='San Francisco' VALID_STATE_PROVINCE_3='California' VALID_COUNTRY_3='United States' -WELL_KNOWN_LONGITUDE_1 = -73.960 -WELL_KNOWN_LATITUDE_1 = 40.774 -WELL_KNOWN_LONGITUDE_2 = -73.983 -WELL_KNOWN_LATITUDE_2 = 40.731 -WELL_KNOWN_LONGITUDE_3 = -122.412 -WELL_KNOWN_LATITUDE_3 = 37.803207 +WELL_KNOWN_LONGITUDE_1 = -73.96 +WELL_KNOWN_LATITUDE_1 = 40.77 +WELL_KNOWN_LONGITUDE_2 = -74.00 +WELL_KNOWN_LATITUDE_2 = 40.75 +WELL_KNOWN_LONGITUDE_3 = -122.41 +WELL_KNOWN_LATITUDE_3 = 37.80 SEARCH_ID_1 = 1 SEARCH_ID_2 = 2