mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix flaky Shelly config flow test (#50982)
This commit is contained in:
parent
45897b59f2
commit
c7ada1e8f6
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user