diff --git a/tests/test_datasets/test_dataset_functions.py b/tests/test_datasets/test_dataset_functions.py index 640913f03..fb363bcf4 100644 --- a/tests/test_datasets/test_dataset_functions.py +++ b/tests/test_datasets/test_dataset_functions.py @@ -265,6 +265,7 @@ def test__name_to_id_with_version(self): def test__name_to_id_with_multiple_active_error(self): """ With multiple active datasets, retrieve the least recent active. """ + openml.config.server = self.production_server self.assertRaisesRegex( ValueError, "Multiple active datasets exist with name iris",