Skip to content
Snippets Groups Projects
Unverified Commit e477e94d authored by Paulus Schoutsen's avatar Paulus Schoutsen Committed by GitHub
Browse files

Fix flaky epson CI (#42999)

parent 354058f0
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,9 @@ async def test_import(hass):
with patch(
"homeassistant.components.epson.Projector.get_property",
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(
DOMAIN,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment