mirror of
https://github.com/home-assistant/core.git
synced 2025-09-06 05:11:35 +02:00
Fix ezviz test timeout (#148066)
This commit is contained in:
@@ -129,6 +129,7 @@ async def test_async_step_reauth(
|
||||
CONF_PASSWORD: "test-password",
|
||||
},
|
||||
)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
assert result["type"] is FlowResultType.ABORT
|
||||
assert result["reason"] == "reauth_successful"
|
||||
@@ -639,6 +640,7 @@ async def test_reauth_errors(
|
||||
CONF_PASSWORD: "test-password",
|
||||
},
|
||||
)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
assert result["type"] is FlowResultType.ABORT
|
||||
assert result["reason"] == "reauth_successful"
|
||||
|
Reference in New Issue
Block a user