mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
FIX: patch correct async_setup_entry in tilt_ble (#81671)
This commit is contained in:
parent
d3529cb346
commit
496f78bae5
@ -21,7 +21,7 @@ async def test_async_step_bluetooth_valid_device(hass):
|
|||||||
assert result["type"] == FlowResultType.FORM
|
assert result["type"] == FlowResultType.FORM
|
||||||
assert result["step_id"] == "bluetooth_confirm"
|
assert result["step_id"] == "bluetooth_confirm"
|
||||||
with patch(
|
with patch(
|
||||||
"homeassistant.components.govee_ble.async_setup_entry", return_value=True
|
"homeassistant.components.tilt_ble.async_setup_entry", return_value=True
|
||||||
):
|
):
|
||||||
result2 = await hass.config_entries.flow.async_configure(
|
result2 = await hass.config_entries.flow.async_configure(
|
||||||
result["flow_id"], user_input={}
|
result["flow_id"], user_input={}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user