Store automatic backup flag in backup metadata (#133500)

This commit is contained in:
Erik Montnemery
2024-12-18 18:30:46 +01:00
committed by GitHub
parent fc622e398f
commit 51d63ba508
14 changed files with 120 additions and 59 deletions

View File

@@ -34,6 +34,7 @@ from tests.typing import WebSocketGenerator
BACKUP_CALL = call(
agent_ids=["test.test-agent"],
backup_name="test-name",
extra_metadata={"instance_id": ANY, "with_automatic_settings": True},
include_addons=["test-addon"],
include_all_addons=False,
include_database=True,
@@ -276,7 +277,6 @@ async def test_delete(
{
"backup_id": "abc123",
"failed_agent_ids": ["test.remote"],
"with_automatic_settings": False,
}
]
},