Integration tests for the data observatory

This commit is contained in:
Mario de Frutos
2016-04-20 12:47:29 +02:00
parent 3c5325c1d7
commit 1daf78e41a
13 changed files with 59 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ class TestPostalcodeFunctions(TestCase):
def setUp(self):
self.env_variables = IntegrationTestHelper.get_environment_variables()
self.sql_api_url = "https://{0}.{1}/api/v2/sql".format(
self.sql_api_url = "https://{0}.{1}/api/v1/sql".format(
self.env_variables['username'],
self.env_variables['host'],
self.env_variables['api_key']