forked from home-assistant/core
Fix flaky Shelly config flow test (#50982)
This commit is contained in:
@@ -66,7 +66,7 @@ MOCK_SHELLY = {
|
||||
@pytest.fixture(autouse=True)
|
||||
def mock_coap():
|
||||
"""Mock out coap."""
|
||||
with patch("homeassistant.components.shelly.get_coap_context"):
|
||||
with patch("homeassistant.components.shelly.utils.get_coap_context"):
|
||||
yield
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user