mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Fix vizio black formatting (#39573)
This commit is contained in:
parent
0892acbabd
commit
24f63127de
@ -62,7 +62,8 @@ def vizio_get_unique_id_fixture():
|
||||
def vizio_data_coordinator_update_fixture():
|
||||
"""Mock get data coordinator update."""
|
||||
with patch(
|
||||
"homeassistant.components.vizio.gen_apps_list_from_url", return_value=APP_LIST,
|
||||
"homeassistant.components.vizio.gen_apps_list_from_url",
|
||||
return_value=APP_LIST,
|
||||
):
|
||||
yield
|
||||
|
||||
|
@ -712,7 +712,8 @@ async def test_apps_update(
|
||||
) -> None:
|
||||
"""Test device setup with apps where no app is running."""
|
||||
with patch(
|
||||
"homeassistant.components.vizio.gen_apps_list_from_url", return_value=None,
|
||||
"homeassistant.components.vizio.gen_apps_list_from_url",
|
||||
return_value=None,
|
||||
):
|
||||
async with _cm_for_test_setup_tv_with_apps(
|
||||
hass, MOCK_USER_VALID_TV_CONFIG, vars(AppConfig())
|
||||
|
Loading…
x
Reference in New Issue
Block a user