Assert recovered snapshots record completion

This commit is contained in:
Nick Sweeting 2026-07-19 23:25:16 -07:00
parent 8ffb0ef986
commit 15f85be84b
No known key found for this signature in database

View File

@ -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