mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 11:29:46 +00:00
Store automatic backup flag in backup metadata (#133500)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user