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
@@ -25,7 +25,7 @@ describe('backups', function () {
const backupTarget = {
provider: 'filesystem',
label: 'Another',
name: 'Another',
config: { backupDir: '/tmp/boxtest2' },
format: 'rsync',
retention: { keepWithinSecs: 2 * 24 * 60 * 60 },
+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 },