Fix tests

This commit is contained in:
Jesús Arroyo Torrens 2021-03-05 17:16:03 +01:00
parent 4acf5f9eef
commit da87c645a2
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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