mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-17 23:34:14 +01:00
Local backup validation improvements
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user