mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix flaky epson CI (#42999)
This commit is contained in:
parent
354058f020
commit
e477e94ddd
@ -61,6 +61,9 @@ async def test_import(hass):
|
|||||||
with patch(
|
with patch(
|
||||||
"homeassistant.components.epson.Projector.get_property",
|
"homeassistant.components.epson.Projector.get_property",
|
||||||
return_value="04",
|
return_value="04",
|
||||||
|
), patch("homeassistant.components.epson.async_setup", return_value=True), patch(
|
||||||
|
"homeassistant.components.epson.async_setup_entry",
|
||||||
|
return_value=True,
|
||||||
):
|
):
|
||||||
result = await hass.config_entries.flow.async_init(
|
result = await hass.config_entries.flow.async_init(
|
||||||
DOMAIN,
|
DOMAIN,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user