mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Fix OTBR tests on RC (#96966)
This commit is contained in:
parent
55e5947330
commit
7389fea223
@ -261,7 +261,7 @@ async def test_hassio_discovery_flow_yellow(
|
||||
}
|
||||
|
||||
assert result["type"] == FlowResultType.CREATE_ENTRY
|
||||
assert result["title"] == "Home Assistant Yellow"
|
||||
assert result["title"] == "Home Assistant Yellow (Silicon Labs Multiprotocol)"
|
||||
assert result["data"] == expected_data
|
||||
assert result["options"] == {}
|
||||
assert len(mock_setup_entry.mock_calls) == 1
|
||||
@ -269,7 +269,7 @@ async def test_hassio_discovery_flow_yellow(
|
||||
config_entry = hass.config_entries.async_entries(otbr.DOMAIN)[0]
|
||||
assert config_entry.data == expected_data
|
||||
assert config_entry.options == {}
|
||||
assert config_entry.title == "Home Assistant Yellow"
|
||||
assert config_entry.title == "Home Assistant Yellow (Silicon Labs Multiprotocol)"
|
||||
assert config_entry.unique_id == HASSIO_DATA.uuid
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user