Remove a useless line in Google Generative AI test (#120903)
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)
|
||||
await hass.async_block_till_done()
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue