diff --git a/tests/secret.py.example b/tests/secret.py.example index a571951..ea059ce 100644 --- a/tests/secret.py.example +++ b/tests/secret.py.example @@ -20,7 +20,7 @@ EXISTING_POINT_DATASET = "tornados" # This must be the name of an existing data # Import API tests, should work out of the box EXPORT_VIZ_ID = "" # If empty, visualization export won't be tested. Look for a valid Id in any of your maps in the builder (something like: 83aa7dea-5888-11e6-b269-0e233c30368f) IMPORT_FILE = "tests/test.csv" # You can use the one that is provided with the SDK or another one -IMPORT_URL = "https://academy.cartodb.com/d/tornadoes.zip" # Needs to be a valid URL from where a valid dataset can be downloaded +IMPORT_URL = "https://common-data.carto.com/api/v2/sql?q=select+*+from+%22tornado%22&format=gpkg&filename=tornado" # Needs to be a valid URL from where a valid dataset can be downloaded # Maps API tests, should work out of the box NAMED_MAP_AUTH_TOKEN = "ugfhfdyt5re8treu"