Fix BackupManager.async_get_backup (#130975)

This commit is contained in:
Erik Montnemery
2024-11-19 19:48:01 +01:00
committed by GitHub
parent 20488721bd
commit 6680581808
2 changed files with 2 additions and 1 deletions

View File

@@ -320,7 +320,7 @@ class BackupManager:
protected=result.protected,
size=result.size,
)
backup.agent_ids.append(agent_ids[idx])
backup.agent_ids.append(agent_ids[idx])
return (backup, agent_errors)

View File

@@ -884,6 +884,7 @@
'backup': dict({
'agent_ids': list([
'test.remote',
'backup.local',
]),
'backup_id': 'abc123',
'date': '1970-01-01T00:00:00.000Z',