Skip to content

Commit 2ddae0f

Browse files
authored
Update URL to reflect new endpoint (#1172)
1 parent 2fde8d5 commit 2ddae0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_runs/test_run_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ def test_get_run(self):
13021302
assert "weka" in run.tags
13031303
assert "weka_3.7.12" in run.tags
13041304
assert run.predictions_url == (
1305-
"https://www.openml.org/data/download/1667125/"
1305+
"https://api.openml.org/data/download/1667125/"
13061306
"weka_generated_predictions4575715871712251329.arff"
13071307
)
13081308

0 commit comments

Comments
 (0)