We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf94c89 commit 298fbdaCopy full SHA for 298fbda
1 file changed
tests/conftest.py
@@ -273,11 +273,11 @@ def as_robot() -> Iterator[None]:
273
@pytest.fixture(autouse=True)
274
def with_server(request):
275
if "production_server" in request.keywords:
276
- openml.config.server = "https://www.openml.org/api/v1/xml"
+ openml.config.server = "https://www.openml.org/api/v1/xml/"
277
openml.config.apikey = None
278
yield
279
return
280
- openml.config.server = f"{openml.config.TEST_SERVER_URL}/api/v1/xml"
+ openml.config.server = f"{openml.config.TEST_SERVER_URL}/api/v1/xml/"
281
openml.config.apikey = TestBase.user_key
282
283
0 commit comments