mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02:00
Fix unused variable in Renault tests (#97529)
This commit is contained in:
@@ -68,7 +68,7 @@ async def test_setup_entry_exception(
|
|||||||
# ConfigEntryNotReady.
|
# ConfigEntryNotReady.
|
||||||
with patch(
|
with patch(
|
||||||
"renault_api.renault_session.RenaultSession.login",
|
"renault_api.renault_session.RenaultSession.login",
|
||||||
side_effect=aiohttp.ClientConnectionError,
|
side_effect=side_effect,
|
||||||
):
|
):
|
||||||
await hass.config_entries.async_setup(config_entry.entry_id)
|
await hass.config_entries.async_setup(config_entry.entry_id)
|
||||||
await hass.async_block_till_done()
|
await hass.async_block_till_done()
|
||||||
|
Reference in New Issue
Block a user