Improve Transmission error handling (#163388)

This commit is contained in:
Andrew Jackson
2026-02-18 18:41:28 +00:00
committed by GitHub
parent 8df41dc73f
commit 0a734b7426
4 changed files with 25 additions and 46 deletions

View File

@@ -91,7 +91,7 @@ async def test_setup_failed_unexpected_error(
await hass.config_entries.async_setup(mock_config_entry.entry_id)
assert mock_config_entry.state is ConfigEntryState.SETUP_ERROR
assert mock_config_entry.state is ConfigEntryState.SETUP_RETRY
async def test_unload_entry(