Skip to content

fix missing await

fix missing await #468

Triggered via push June 28, 2024 20:16
Status Failure
Total duration 1m 16s
Artifacts

lint_test.yml

on: push
Fit to window
Zoom out
Zoom in

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.