Remove a dead sleep from the Insteon properties test (#179793)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Paulus Schoutsen
2026-08-22 09:46:24 +02:00
committed by GitHub
co-authored by Claude
parent d39e5d0bfb
commit 7aca54bbef
@@ -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(