Adjust typing of AbstractConversationAgent.supported_languages (#91648)
* Adjust typing of AbstractConversationAgent.supported_languages * Update test
This commit is contained in:
parent
5e9bbeb4ad
commit
eabbe8969d
3 changed files with 6 additions and 5 deletions
|
@ -148,4 +148,4 @@ async def test_conversation_agent(
|
|||
agent = await conversation._get_agent_manager(hass).async_get_agent(
|
||||
mock_config_entry.entry_id
|
||||
)
|
||||
assert agent.supported_languages == ["*"]
|
||||
assert agent.supported_languages == "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue