Skip to content

Commit e213873

Browse files
committed
changed test_publish_error to use test server
Signed-off-by: Omswastik-11 <omswastikpanda11@gmail.com>
1 parent 0251f49 commit e213873

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_flows/test_flow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ def test_semi_legal_flow(self):
301301
@pytest.mark.uses_test_server()
302302
@mock.patch("openml.flows.functions.get_flow")
303303
@mock.patch("openml.flows.functions.flow_exists")
304-
@mock.patch("openml._api_calls._perform_api_call")
305304
def test_publish_error(self, api_call_mock, flow_exists_mock, get_flow_mock):
306305
model = sklearn.ensemble.RandomForestClassifier()
307306
flow = self.extension.model_to_flow(model)

0 commit comments

Comments
 (0)