From 7aca54bbefff254fc04d696336d826edb5bb5f47 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 22 Aug 2026 09:46:24 +0200 Subject: [PATCH] Remove a dead sleep from the Insteon properties test (#179793) Co-authored-by: Claude --- tests/components/insteon/test_api_properties.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/components/insteon/test_api_properties.py b/tests/components/insteon/test_api_properties.py index 2d15132e5ffb..793933564456 100644 --- a/tests/components/insteon/test_api_properties.py +++ b/tests/components/insteon/test_api_properties.py @@ -1,6 +1,5 @@ """Test the Insteon properties APIs.""" -import asyncio import json from typing import Any from unittest.mock import AsyncMock, patch @@ -157,7 +156,6 @@ async def test_get_read_only_properties( msg = await ws_client.receive_json() assert msg["success"] assert len(msg["result"]["properties"]) == 15 - await asyncio.sleep(1) async def test_get_unknown_properties(