mirror of
https://github.com/home-assistant/core.git
synced 2025-11-17 06:50:12 +00:00
Use is in ConfigEntryState enum comparison in tests (N-Z) (#114926)
This commit is contained in:
@@ -118,4 +118,4 @@ async def test_setup_entry_wait_hassio(hass: HomeAssistant) -> None:
|
||||
await hass.async_block_till_done()
|
||||
|
||||
assert len(mock_get_os_info.mock_calls) == 1
|
||||
assert config_entry.state == ConfigEntryState.SETUP_RETRY
|
||||
assert config_entry.state is ConfigEntryState.SETUP_RETRY
|
||||
|
||||
Reference in New Issue
Block a user