mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Update pytest to 8.4.0 (#146114)
This commit is contained in:
@@ -1866,7 +1866,7 @@ async def test_exception_platform_pre(hass: HomeAssistant) -> None:
|
||||
BackupManagerExceptionGroup,
|
||||
(
|
||||
"Multiple errors when creating backup: Error during pre-backup: Boom, "
|
||||
"Error during post-backup: Test exception (2 sub-exceptions)"
|
||||
"Error during post-backup: Test exception"
|
||||
),
|
||||
),
|
||||
(
|
||||
@@ -1874,7 +1874,7 @@ async def test_exception_platform_pre(hass: HomeAssistant) -> None:
|
||||
BackupManagerExceptionGroup,
|
||||
(
|
||||
"Multiple errors when creating backup: Error during pre-backup: Boom, "
|
||||
"Error during post-backup: Test exception (2 sub-exceptions)"
|
||||
"Error during post-backup: Test exception"
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user