Fix flaky Shelly config flow test (#50982)
This commit is contained in:
parent
45897b59f2
commit
c7ada1e8f6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue