mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Assert resulting data in devolo Home Network test_form_reauth (#144760)
This commit is contained in:
parent
3eed552c56
commit
026687299d
@ -303,5 +303,4 @@ async def test_form_reauth(hass: HomeAssistant) -> None:
|
|||||||
assert result3["type"] is FlowResultType.ABORT
|
assert result3["type"] is FlowResultType.ABORT
|
||||||
assert result3["reason"] == "reauth_successful"
|
assert result3["reason"] == "reauth_successful"
|
||||||
assert len(mock_setup_entry.mock_calls) == 1
|
assert len(mock_setup_entry.mock_calls) == 1
|
||||||
|
assert entry.data[CONF_PASSWORD] == "test-right-password"
|
||||||
await hass.config_entries.async_unload(entry.entry_id)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user