Skip to content

Commit

Permalink
fix: test for force mode
Browse files Browse the repository at this point in the history
  • Loading branch information
micha91 committed Jan 17, 2024
1 parent 1f45fa7 commit 489b40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ def test_update_work_items_filters_work_items_with_same_checksum(
def test_update_work_items_same_checksum_force(
base_object: BaseObjectContainer,
):
base_object.pw.force_update_work_items = True
base_object.pw.force_update = True
base_object.pw.polarion_data_repo.update_work_items(
[
data_models.CapellaWorkItem(
Expand Down

0 comments on commit 489b40a

Please sign in to comment.