Clean awair debug print (#76864)

This commit is contained in:
Martin Hjelmare 2022-08-16 14:58:55 +02:00 committed by GitHub
parent c7d46bc719
commit 45b253f65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]