forked from home-assistant/core
fix flakky test (#53750)
This commit is contained in:
@@ -60,7 +60,7 @@ async def test_form_invalid_auth(hass):
|
|||||||
)
|
)
|
||||||
|
|
||||||
with patch(
|
with patch(
|
||||||
"pyprosegur.auth.Auth",
|
"pyprosegur.installation.Installation",
|
||||||
side_effect=ConnectionRefusedError,
|
side_effect=ConnectionRefusedError,
|
||||||
):
|
):
|
||||||
result2 = await hass.config_entries.flow.async_configure(
|
result2 = await hass.config_entries.flow.async_configure(
|
||||||
|
Reference in New Issue
Block a user