Fix flaky Shelly config flow test (#50982)

This commit is contained in:
Shay Levy 2021-05-23 02:11:02 +03:00 committed by GitHub
parent 45897b59f2
commit c7ada1e8f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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