mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Increase coverage and cleanup BleBox cover (#35369)
* increase coverage and cleanup BleBox cover * test entity properites via the `state` property * properly test entity properities * properly mock io call
This commit is contained in:
@@ -50,7 +50,7 @@ def flow_feature_mock():
|
||||
)
|
||||
|
||||
|
||||
async def test_flow_works(hass, flow_feature_mock):
|
||||
async def test_flow_works(hass, valid_feature_mock, flow_feature_mock):
|
||||
"""Test that config flow works."""
|
||||
|
||||
result = await hass.config_entries.flow.async_init(
|
||||
|
||||
Reference in New Issue
Block a user