mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Fix Home Assistant Yellow tests (#82212)
This commit is contained in:
parent
7ce6600f69
commit
a6ff8c5fb3
@ -36,7 +36,7 @@ def mock_zha_config_flow_setup() -> Generator[None, None, None]:
|
||||
with patch(
|
||||
"bellows.zigbee.application.ControllerApplication.probe", side_effect=mock_probe
|
||||
), patch(
|
||||
"homeassistant.components.zha.config_flow.BaseZhaFlow._connect_zigpy_app",
|
||||
"homeassistant.components.zha.radio_manager.ZhaRadioManager._connect_zigpy_app",
|
||||
return_value=mock_connect_app,
|
||||
):
|
||||
yield
|
||||
|
@ -20,7 +20,7 @@ def mock_zha_config_flow_setup() -> Generator[None, None, None]:
|
||||
with patch(
|
||||
"bellows.zigbee.application.ControllerApplication.probe", side_effect=mock_probe
|
||||
), patch(
|
||||
"homeassistant.components.zha.config_flow.BaseZhaFlow._connect_zigpy_app",
|
||||
"homeassistant.components.zha.radio_manager.ZhaRadioManager._connect_zigpy_app",
|
||||
return_value=mock_connect_app,
|
||||
), patch(
|
||||
"homeassistant.components.zha.async_setup_entry",
|
||||
|
Loading…
x
Reference in New Issue
Block a user