mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Maybe fix flaky test (#43690)
This commit is contained in:
parent
bb146680ce
commit
897ff31ffe
@ -36,7 +36,7 @@ async def test_form(hass):
|
||||
assert result["type"] == "form"
|
||||
assert result["errors"] == {}
|
||||
|
||||
with patch(
|
||||
with patch("aioshelly.COAP", return_value=Mock(initialize=AsyncMock())), patch(
|
||||
"aioshelly.get_info",
|
||||
return_value={"mac": "test-mac", "type": "SHSW-1", "auth": False},
|
||||
), patch(
|
||||
|
Loading…
x
Reference in New Issue
Block a user