Skip to content

Commit

Permalink
Merge pull request #137 from CartoDB/130_tornadoes
Browse files Browse the repository at this point in the history
change tornadoes URL
  • Loading branch information
alrocar authored Jul 3, 2019
2 parents 822389a + ff8676c commit d578c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/secret.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d578c13

Please sign in to comment.