Maybe fix flaky test (#43690)
This commit is contained in:
parent
bb146680ce
commit
897ff31ffe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue