remove deduplication as default

This commit is contained in:
2025-10-24 15:15:13 -03:00
parent d45aa1d70e
commit c68aa98fc9
7 changed files with 34 additions and 13 deletions

View File

@@ -113,7 +113,7 @@ def test_set_as_completed(
docx = next((x for x in r['items'] if x['sk'] == '0'), {})
assert 'completed_at' in docx
assert len(r['items']) == 6
assert len(r['items']) == 5
assert any(item.get('sk') == 'LOCK' for item in r['items'])
assert any(
item.get('sk') == 'SCHEDULE#REMINDER_CERT_EXPIRATION_BEFORE_30_DAYS'