mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Fix zha manual flow test (#48317)
This commit is contained in:
parent
1b60c8efb8
commit
9f07ca069d
@ -86,6 +86,7 @@ async def test_user_flow_show_form(hass):
|
||||
assert result["step_id"] == "user"
|
||||
|
||||
|
||||
@patch("serial.tools.list_ports.comports", MagicMock(return_value=[]))
|
||||
async def test_user_flow_show_manual(hass):
|
||||
"""Test user flow manual entry when no comport detected."""
|
||||
result = await hass.config_entries.flow.async_init(
|
||||
|
Loading…
x
Reference in New Issue
Block a user