Skip to content

Commit

Permalink
test: Remove obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Aug 23, 2024
1 parent cae968b commit d27e28d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/test_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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(
Expand All @@ -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 = (
Expand Down

0 comments on commit d27e28d

Please sign in to comment.