fix missing await #468
Annotations
4 errors
tests/test_init.py#L37
test_setup_unload_and_reload_entry
AssertionError: assert <ConfigEntryState.SETUP_ERROR: 'setup_error'> is <ConfigEntryState.LOADED: 'loaded'>
+ where <ConfigEntryState.SETUP_ERROR: 'setup_error'> = <ConfigEntry entry_id=test version=1 domain=stiebel_eltron_isg title=Mock Title state=ConfigEntryState.SETUP_ERROR unique_id=None>.state
+ and <ConfigEntryState.LOADED: 'loaded'> = ConfigEntryState.LOADED
|
tests/test_init.py#L59
test_data_coordinator_wpm
AssertionError: assert <ConfigEntryState.SETUP_ERROR: 'setup_error'> == <ConfigEntryState.LOADED: 'loaded'>
+ where <ConfigEntryState.SETUP_ERROR: 'setup_error'> = <ConfigEntry entry_id=test_wpm version=1 domain=stiebel_eltron_isg title=Mock Title state=ConfigEntryState.SETUP_ERROR unique_id=None>.state
+ and <ConfigEntryState.LOADED: 'loaded'> = ConfigEntryState.LOADED
|
tests/test_init.py#L81
test_data_coordinator_lwz
AssertionError: assert <ConfigEntryState.SETUP_ERROR: 'setup_error'> == <ConfigEntryState.LOADED: 'loaded'>
+ where <ConfigEntryState.SETUP_ERROR: 'setup_error'> = <ConfigEntry entry_id=test_lwz version=1 domain=stiebel_eltron_isg title=Mock Title state=ConfigEntryState.SETUP_ERROR unique_id=None>.state
+ and <ConfigEntryState.LOADED: 'loaded'> = ConfigEntryState.LOADED
|
|
This job failed
Loading