chore(downloads): log failed resolutions and tighten retry dataclass/tests

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-18 14:18:43 -04:00
parent 35589e996a
commit b57e93f1bf
2 changed files with 7 additions and 1 deletions
@@ -197,6 +197,7 @@ async def test_unextractable_vanity_skips_retry(monkeypatch):
)
assert result.dl_result is failure
assert result.resolved_campaign_id is None
resolver_mock.assert_not_called()
assert gdl.download.call_count == 1