From 45b253f65f701c685ecff0fe5bc9d924cd9ee370 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Tue, 16 Aug 2022 14:58:55 +0200 Subject: [PATCH] Clean awair debug print (#76864) --- tests/components/awair/test_config_flow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/components/awair/test_config_flow.py b/tests/components/awair/test_config_flow.py index 3fdf84f8260..16fca099d8c 100644 --- a/tests/components/awair/test_config_flow.py +++ b/tests/components/awair/test_config_flow.py @@ -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]