mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Remove a useless line in Google Generative AI test (#120903)
This commit is contained in:
parent
5ce54c2174
commit
8354aa434e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user