GoogleMapsBulkGeocoder extraction

This commit is contained in:
Juan Ignacio Sánchez Lara
2018-07-10 13:25:40 +02:00
parent 1ffe3658fe
commit f6b7c13dde
6 changed files with 63 additions and 58 deletions

View File

@@ -38,7 +38,7 @@ class TestStreetFunctions(TestStreetFunctionsSetUp):
def test_if_select_with_street_without_api_key_raise_error(self):
table = self.env_variables['table_name']
query = "SELECT cdb_geocode_street_point(street) " \
query = "SELECT cdb_dataservices_client.cdb_geocode_street_point(street) " \
"as geometry FROM {0} LIMIT 1".format(table)
try:
IntegrationTestHelper.execute_query(self.sql_api_url, query)