You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/secret.py.example
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ EXISTING_POINT_DATASET = "tornados" # This must be the name of an existing data
20
20
# Import API tests, should work out of the box
21
21
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)
22
22
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
0 commit comments