diff --git a/external/model-preparation-algorithm/tests/ote_cli/test_seg_cls_il.py b/external/model-preparation-algorithm/tests/ote_cli/test_seg_cls_il.py index 7c14e88334e..f77c4940591 100644 --- a/external/model-preparation-algorithm/tests/ote_cli/test_seg_cls_il.py +++ b/external/model-preparation-algorithm/tests/ote_cli/test_seg_cls_il.py @@ -61,7 +61,7 @@ templates_ids = [template.model_template_id for template in templates] -class TestToolsSegmentation: +class TestToolsSegClsIncr: @e2e_pytest_component def test_create_venv(self): work_dir, _, algo_backend_dir = get_some_vars(templates[0], root)