mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Remove a useless line in Google Generative AI test (#120903)
This commit is contained in:
@@ -254,5 +254,4 @@ async def test_config_entry_error(
|
|||||||
assert not await hass.config_entries.async_setup(mock_config_entry.entry_id)
|
assert not await hass.config_entries.async_setup(mock_config_entry.entry_id)
|
||||||
await hass.async_block_till_done()
|
await hass.async_block_till_done()
|
||||||
assert mock_config_entry.state == state
|
assert mock_config_entry.state == state
|
||||||
mock_config_entry.async_get_active_flows(hass, {"reauth"})
|
|
||||||
assert any(mock_config_entry.async_get_active_flows(hass, {"reauth"})) == reauth
|
assert any(mock_config_entry.async_get_active_flows(hass, {"reauth"})) == reauth
|
||||||
|
Reference in New Issue
Block a user