File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def test_get_config_as_dict(self):
8181 _config = {}
8282 _config ["api_version" ] = APIVersion .V1
8383 _config ["fallback_api_version" ] = None
84- _config ["servers" ] = openml .config .get_servers ("production " )
84+ _config ["servers" ] = openml .config .get_servers ("test " )
8585 _config ["cachedir" ] = self .workdir
8686 _config ["avoid_duplicate_runs" ] = False
8787 _config ["connection_n_retries" ] = 20
@@ -96,7 +96,7 @@ def test_setup_with_config(self):
9696 _config = {}
9797 _config ["api_version" ] = APIVersion .V1
9898 _config ["fallback_api_version" ] = None
99- _config ["servers" ] = openml .config .get_servers ("production " )
99+ _config ["servers" ] = openml .config .get_servers ("test " )
100100 _config ["cachedir" ] = self .workdir
101101 _config ["avoid_duplicate_runs" ] = True
102102 _config ["retry_policy" ] = "human"
You can’t perform that action at this time.
0 commit comments