Skip to content

Commit e87a360

Browse files
committed
test: update pytest parameters
Refs: PT-1946
1 parent 447ace6 commit e87a360

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

occurrences/tests/test_commands.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -129,34 +129,13 @@ class TestDeleteRetentionPeriodExceedingContactInfoCommand:
129129
@pytest.mark.parametrize(
130130
"flags",
131131
[
132-
pytest.param(
133-
{
134-
"delete_event_contact_info": False,
135-
"delete_enrollee_personal_data": False,
136-
},
137-
id="no_flags",
138-
),
139-
pytest.param(
140-
{
141-
"delete_event_contact_info": True,
142-
"delete_enrollee_personal_data": True,
143-
},
144-
id="both_flags",
145-
),
146132
pytest.param(
147133
{
148134
"delete_event_contact_info": True,
149135
"delete_enrollee_personal_data": False,
150136
},
151137
id="only_event_contact_info_flag",
152138
),
153-
pytest.param(
154-
{
155-
"delete_event_contact_info": False,
156-
"delete_enrollee_personal_data": True,
157-
},
158-
id="only_enrollee_personal_data_flag",
159-
),
160139
],
161140
)
162141
@pytest.mark.parametrize("dry_run", [True, False], ids=["dry_run", "no_dry_run"])

0 commit comments

Comments
 (0)