Assert resulting data in devolo Home Network test_form_reauth (#144760)

This commit is contained in:
Guido Schmitz 2025-05-12 21:28:40 +02:00 committed by GitHub
parent 3eed552c56
commit 026687299d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -303,5 +303,4 @@ async def test_form_reauth(hass: HomeAssistant) -> None:
assert result3["type"] is FlowResultType.ABORT
assert result3["reason"] == "reauth_successful"
assert len(mock_setup_entry.mock_calls) == 1
await hass.config_entries.async_unload(entry.entry_id)
assert entry.data[CONF_PASSWORD] == "test-right-password"