Fix bug in config flow scaffold (#104965)
This commit is contained in:
parent
b56cd169ac
commit
374b1cfd0c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ async def test_form(hass: HomeAssistant, mock_setup_entry: AsyncMock) -> None:
|
|||
DOMAIN, context={"source": config_entries.SOURCE_USER}
|
||||
)
|
||||
assert result["type"] == FlowResultType.FORM
|
||||
assert result["errors"] is None
|
||||
assert result["errors"] == {}
|
||||
|
||||
with patch(
|
||||
"homeassistant.components.NEW_DOMAIN.config_flow.PlaceholderHub.authenticate",
|
||||
|
|
Loading…
Add table
Reference in a new issue