SIENTIAPDE-1241: fixed test
This commit is contained in:
@@ -568,7 +568,7 @@ def test_init_artifacts_data_empty_y_test(mock_model_serving_class, mock_logger,
|
||||
|
||||
mock_train_result.y_test = pd.Series(dtype=float)
|
||||
|
||||
with pytest.raises(ValueError, match='Test target .* are empty'):
|
||||
with pytest.raises(ValueError, match='Test target .* is empty'):
|
||||
repo._init_artifacts_data(mock_train_result)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user