mirror of
https://github.com/elisspace/core.git
synced 2026-08-29 15:43:55 +00:00
Fix
This commit is contained in:
@@ -659,7 +659,7 @@ async def test_reauth_fixed_via_dashboard_remove_password(
|
||||
},
|
||||
)
|
||||
|
||||
assert result["type"] == FlowResultType.ABORT, result
|
||||
assert result["type"] == FlowResultType.FORM, result
|
||||
assert result["reason"] == "reauth_successful"
|
||||
assert entry.data[CONF_NOISE_PSK] == ""
|
||||
assert entry.data[CONF_PASSWORD] == ""
|
||||
|
||||
Reference in New Issue
Block a user