Skip to content

Commit d3cc9a7

Browse files
committed
update port for localhost
1 parent 93155ee commit d3cc9a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml/_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
_TEST_SERVERS_LOCAL: dict[APIVersion, dict[str, str | None]] = {
5353
APIVersion.V1: {
54-
"server": "http://localhost:8080/api/v1/xml/",
54+
"server": "http://localhost:8000/api/v1/xml/",
5555
"apikey": "normaluser",
5656
},
5757
APIVersion.V2: {

0 commit comments

Comments
 (0)