test: fix action value

This commit is contained in:
izzy 2026-01-06 13:52:35 +00:00
parent 770bf7365c
commit 126b60ce75
No known key found for this signature in database

View File

@ -126,7 +126,7 @@ describe('/admin/database-backups', () => {
expect(status2).toBe(200);
expect(body).toEqual({
active: true,
action: 'restore_database',
action: 'select_database_restore',
});
});
});