1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 15:43:55 +00:00
This commit is contained in:
Jesse Hills
2023-01-31 12:02:28 +13:00
parent 31c87c2a86
commit e435586ed8

View File

@@ -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] == ""