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]