Skip to content

Commit b41a9b2

Browse files
committed
testing replacement
1 parent cf30367 commit b41a9b2

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
@@ -28,7 +28,7 @@
2828
OPENML_TEST_SERVER_ADMIN_KEY_ENV_VAR = "OPENML_TEST_SERVER_ADMIN_KEY"
2929
_TEST_SERVER_NORMAL_USER_KEY = "normaluser"
3030

31-
TEST_SERVER_URL = "https://test.openml.org"
31+
TEST_SERVER_URL = "http://localhost:8000"
3232

3333

3434
class _Config(TypedDict):

0 commit comments

Comments
 (0)