From b392eaf74b1ba528142cea52d3c0b63e01b5dd75 Mon Sep 17 00:00:00 2001 From: Mario de Frutos Date: Thu, 10 Nov 2016 16:00:25 +0100 Subject: [PATCH] removed manual call to here geocoder --- test/integration/test_street_functions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/test_street_functions.py b/test/integration/test_street_functions.py index 0672425..47dd2b4 100644 --- a/test/integration/test_street_functions.py +++ b/test/integration/test_street_functions.py @@ -15,8 +15,8 @@ class TestStreetFunctions(TestCase): self.env_variables['api_key'] ) - def test_if_select_with_here_street_point_is_ok(self): - query = "SELECT cdb_here_geocode_street_point(street) " \ + def test_if_select_with_street_point_is_ok(self): + query = "SELECT cdb_geocode_street_point(street) " \ "as geometry FROM {0} LIMIT 1&api_key={1}".format( self.env_variables['table_name'], self.env_variables['api_key'])