From 15f85be84b9ce294d02334e033598658eb9e07d3 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 19 Jul 2026 23:25:16 -0700 Subject: [PATCH] Assert recovered snapshots record completion --- archivebox/tests/test_cli_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivebox/tests/test_cli_run.py b/archivebox/tests/test_cli_run.py index 41e763bb..d9d5a370 100644 --- a/archivebox/tests/test_cli_run.py +++ b/archivebox/tests/test_cli_run.py @@ -963,7 +963,7 @@ class TestRecoverOrchestratorState: snapshot.refresh_from_db() assert snapshot.status == Snapshot.StatusChoices.SEALED assert snapshot.retry_at is None - assert snapshot.downloaded_at is None + assert snapshot.downloaded_at is not None def test_create_pending_archiveresults_uses_canonical_hook_names(self): from django.utils import timezone