fix missing await #468
lint_test.yml
on: push
Hassfest Validation
1m 7s
HACS Validation
26s
Ruff
47s
Run tests
1m 4s
Annotations
5 errors
Ruff
Process completed with exit code 1.
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests
Process completed with exit code 1.
|