mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Prevent 3rd party lib from opening sockets in epson tests (#55595)
This commit is contained in:
parent
4f33679255
commit
348bdca647
@ -21,6 +21,9 @@ async def test_form(hass):
|
||||
with patch(
|
||||
"homeassistant.components.epson.Projector.get_power",
|
||||
return_value="01",
|
||||
), patch(
|
||||
"homeassistant.components.epson.Projector.get_serial_number",
|
||||
return_value="12345",
|
||||
), patch(
|
||||
"homeassistant.components.epson.async_setup_entry",
|
||||
return_value=True,
|
||||
|
Loading…
x
Reference in New Issue
Block a user