From 02ef7ba134c540df92e8fed578f5395e991345c3 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Sun, 10 Mar 2024 20:46:25 +0100 Subject: [PATCH] Remove not needed hass.async_block_till_done in test (#113002) --- tests/components/mqtt/test_common.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/components/mqtt/test_common.py b/tests/components/mqtt/test_common.py index 257b0b256dc..a25a670fa34 100644 --- a/tests/components/mqtt/test_common.py +++ b/tests/components/mqtt/test_common.py @@ -936,9 +936,6 @@ async def help_test_encoding_subscribable_topics( hass, f"homeassistant/{domain}/item3/config", json.dumps(config3) ) await hass.async_block_till_done() - await hass.async_block_till_done() - await hass.async_block_till_done() - await hass.async_block_till_done() expected_result = attribute_value or value