diff --git a/external/model-preparation-algorithm/tests/ote_cli/test_ote_cls_cls_il.py b/external/model-preparation-algorithm/tests/ote_cli/test_ote_cls_cls_il.py index f95ac868d48..1d01a0c8199 100644 --- a/external/model-preparation-algorithm/tests/ote_cli/test_ote_cls_cls_il.py +++ b/external/model-preparation-algorithm/tests/ote_cli/test_ote_cls_cls_il.py @@ -56,7 +56,7 @@ templates_ids = [template.model_template_id for template in templates] -class TestToolsClassification: +class TestToolsClsClsIncr: @e2e_pytest_component def test_create_venv(self): work_dir, _, algo_backend_dir = get_some_vars(templates[0], root)