Added here integration test for geocoder street
This commit is contained in:
parent
73aa26590b
commit
6f0db20163
@ -14,8 +14,8 @@ class TestStreetFunctions(TestCase):
|
|||||||
self.env_variables['api_key']
|
self.env_variables['api_key']
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_if_select_with_street_point_is_ok(self):
|
def test_if_select_with_here_street_point_is_ok(self):
|
||||||
query = "SELECT cdb_geocode_street_point(street) " \
|
query = "SELECT cdb_here_geocode_street_point(street) " \
|
||||||
"as geometry FROM {0} LIMIT 1&api_key={1}".format(
|
"as geometry FROM {0} LIMIT 1&api_key={1}".format(
|
||||||
self.env_variables['table_name'],
|
self.env_variables['table_name'],
|
||||||
self.env_variables['api_key'])
|
self.env_variables['api_key'])
|
||||||
|
Loading…
Reference in New Issue
Block a user