1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Fix CI by patching correctly in ekeybionyx test (#159070)

This commit is contained in:
Josef Zweck
2025-12-15 09:29:39 +01:00
committed by GitHub
parent 639e736c66
commit 46b6557348

View File

@@ -139,7 +139,8 @@ def mock_add_webhook(
def mock_webhook_id():
"""Mock webhook_id."""
with patch(
"homeassistant.components.webhook.async_generate_id", return_value="1234567890"
"homeassistant.components.ekeybionyx.config_flow.webhook_generate_id",
return_value="1234567890",
):
yield