From d27e28dc15870b63e81519d266e7265969a6fa09 Mon Sep 17 00:00:00 2001 From: ewuerger Date: Fri, 23 Aug 2024 16:00:13 +0200 Subject: [PATCH] test: Remove obsolete test --- tests/test_elements.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/test_elements.py b/tests/test_elements.py index 97e103ae..602fbd1f 100644 --- a/tests/test_elements.py +++ b/tests/test_elements.py @@ -1225,11 +1225,8 @@ def test_maintain_grouped_links_attributes_with_role_prefix( ) @staticmethod - @pytest.mark.parametrize("role_prefix", ["", "_C2P"]) def test_grouped_links_attributes_with_includes( - base_object: BaseObjectContainer, - model: capellambse.MelodyModel, - role_prefix: str, + base_object: BaseObjectContainer, model: capellambse.MelodyModel ): fnc = model.by_uuid(TEST_SYS_FNC) ex = model.by_uuid(TEST_SYS_FNC_EX) @@ -1273,7 +1270,6 @@ def test_grouped_links_attributes_with_includes( converter = model_converter.ModelConverter( base_object.c2pcli.capella_model, base_object.c2pcli.polarion_params.project_id, - role_prefix=role_prefix, ) converter.converter_session = base_object.mc.converter_session work_items = converter.generate_work_items( @@ -1291,7 +1287,6 @@ def test_grouped_links_attributes_with_includes( base_object.mc.converter_session, base_object.pw.polarion_params.project_id, base_object.c2pcli.capella_model, - role_prefix=role_prefix, ) backlinks: dict[str, list[polarion_api.WorkItemLink]] = {} work_item = (