Skip to content

Commit

Permalink
change tornadoes URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Romeu committed Jul 2, 2019
1 parent 822389a commit ff8676c
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 ff8676c

Please sign in to comment.