fix test_config_entries.py

This commit is contained in:
mib1185 2025-02-09 21:57:50 +00:00
parent 6e761f6184
commit 1585f922cc

View File

@ -4018,6 +4018,7 @@ async def test_setup_raise_entry_error_from_first_coordinator_update(
hass,
logging.getLogger(__name__),
name="any",
config_entry=entry,
update_method=_async_update_data,
update_interval=timedelta(seconds=1000),
)
@ -4058,6 +4059,7 @@ async def test_setup_not_raise_entry_error_from_future_coordinator_update(
hass,
logging.getLogger(__name__),
name="any",
config_entry=entry,
update_method=_async_update_data,
update_interval=timedelta(seconds=1000),
)
@ -4137,6 +4139,7 @@ async def test_setup_raise_auth_failed_from_first_coordinator_update(
hass,
logging.getLogger(__name__),
name="any",
config_entry=entry,
update_method=_async_update_data,
update_interval=timedelta(seconds=1000),
)
@ -4189,6 +4192,7 @@ async def test_setup_raise_auth_failed_from_future_coordinator_update(
hass,
logging.getLogger(__name__),
name="any",
config_entry=entry,
update_method=_async_update_data,
update_interval=timedelta(seconds=1000),
)