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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user