Skip to content

Commit d578c13

Browse files
authored
Merge pull request #137 from CartoDB/130_tornadoes
change tornadoes URL
2 parents 822389a + ff8676c commit d578c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/secret.py.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ EXISTING_POINT_DATASET = "tornados" # This must be the name of an existing data
2020
# Import API tests, should work out of the box
2121
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)
2222
IMPORT_FILE = "tests/test.csv" # You can use the one that is provided with the SDK or another one
23-
IMPORT_URL = "https://academy.cartodb.com/d/tornadoes.zip" # Needs to be a valid URL from where a valid dataset can be downloaded
23+
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
2424

2525
# Maps API tests, should work out of the box
2626
NAMED_MAP_AUTH_TOKEN = "ugfhfdyt5re8treu"

0 commit comments

Comments
 (0)