mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Clean awair debug print (#76864)
This commit is contained in:
@@ -292,7 +292,6 @@ async def test_create_local_entry_from_discovery(hass: HomeAssistant, local_devi
|
||||
{"device": LOCAL_CONFIG[CONF_HOST]},
|
||||
)
|
||||
|
||||
print(result)
|
||||
assert result["type"] == data_entry_flow.FlowResultType.CREATE_ENTRY
|
||||
assert result["title"] == "Awair Element (24947)"
|
||||
assert result["data"][CONF_HOST] == LOCAL_CONFIG[CONF_HOST]
|
||||
|
Reference in New Issue
Block a user