Skip to content

Commit e0d84b7

Browse files
committed
test: expect conversation subentry creation
1 parent 341286f commit e0d84b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ async def test_conversation_subentry_with_recommended_mode(self, subentry_flow):
231231

232232
result = await subentry_flow.async_step_init({CONF_RECOMMENDED: True})
233233

234-
assert result["type"] == "form"
234+
assert result["type"] == "create_entry"
235235

236236
@pytest.mark.asyncio
237237
async def test_tts_subentry(self, subentry_flow):

0 commit comments

Comments
 (0)