mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix unused variable in Renault tests (#97529)
This commit is contained in:
parent
927905ac84
commit
83db3c48c2
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user