mirror of
https://github.com/immich-app/immich.git
synced 2026-05-24 16:42:30 -04:00
test: not providing failed backups in API anymore
This commit is contained in:
@@ -53,7 +53,6 @@ describe('/admin/maintenance', () => {
|
||||
expect(status).toBe(200);
|
||||
expect(body).toEqual({
|
||||
backups: [],
|
||||
failedBackups: [],
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user