FIX: patch correct async_setup_entry in tilt_ble (#81671)

pull/81682/head
Aarni Koskela 2022-11-06 21:37:44 +02:00 committed by GitHub
parent d3529cb346
commit 496f78bae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ async def test_async_step_bluetooth_valid_device(hass):
assert result["type"] == FlowResultType.FORM
assert result["step_id"] == "bluetooth_confirm"
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(
result["flow_id"], user_input={}