mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Fix typo in backup tests (#130978)
This commit is contained in:
@@ -426,7 +426,7 @@ async def test_not_loading_bad_platforms(
|
|||||||
assert "Loaded 0 platforms" in caplog.text
|
assert "Loaded 0 platforms" in caplog.text
|
||||||
|
|
||||||
|
|
||||||
async def test_exception_plaform_pre(
|
async def test_exception_platform_pre(
|
||||||
hass: HomeAssistant, mocked_json_bytes: Mock, mocked_tarfile: Mock
|
hass: HomeAssistant, mocked_json_bytes: Mock, mocked_tarfile: Mock
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Test exception in pre step."""
|
"""Test exception in pre step."""
|
||||||
@@ -449,7 +449,7 @@ async def test_exception_plaform_pre(
|
|||||||
await _mock_backup_generation(hass, manager, mocked_json_bytes, mocked_tarfile)
|
await _mock_backup_generation(hass, manager, mocked_json_bytes, mocked_tarfile)
|
||||||
|
|
||||||
|
|
||||||
async def test_exception_plaform_post(
|
async def test_exception_platform_post(
|
||||||
hass: HomeAssistant, mocked_json_bytes: Mock, mocked_tarfile: Mock
|
hass: HomeAssistant, mocked_json_bytes: Mock, mocked_tarfile: Mock
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Test exception in post step."""
|
"""Test exception in post step."""
|
||||||
|
Reference in New Issue
Block a user