Local backup validation improvements

Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-03-09 14:03:51 -05:00
committed by GitHub
parent 41e8854822
commit e7edaf34da
7 changed files with 71 additions and 39 deletions

View File

@@ -467,7 +467,6 @@ describe('getFilePointerForAttachment', () => {
attachment: defaultAttachment,
backupOptions: {
type: 'local-encrypted',
snapshotDir: '/root/backups/signal-backup-12-12-12',
abortSignal: new AbortController().signal,
},
getBackupCdnInfo: notInBackupCdn,
@@ -507,7 +506,6 @@ describe('getFilePointerForAttachment', () => {
attachment: { ...defaultAttachment, path: 'no/file/here' },
backupOptions: {
type: 'local-encrypted',
snapshotDir: '/root/backups/signal-backup-12-12-12',
abortSignal: new AbortController().signal,
},
getBackupCdnInfo: notInBackupCdn,