mirror of
https://github.com/immich-app/immich.git
synced 2025-12-30 09:15:28 +03: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