mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
fix test_config_entries.py
This commit is contained in:
parent
6e761f6184
commit
1585f922cc
@ -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),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user