Fixup tests

This commit is contained in:
Girish Ramakrishnan
2025-08-04 15:00:21 +02:00
parent a887be432b
commit fddbe6a574
8 changed files with 23 additions and 26 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ async function databaseSetup() {
// duplicated here since we clear the database
const id = await backupTargets.add({
provider: 'filesystem',
label: 'Default',
name: 'Default',
config: { backupDir: '/tmp/boxtest' },
format: 'tgz',
retention: { keepWithinSecs: 2 * 24 * 60 * 60 },