mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 02:24:51 -05:00
Remove a dead sleep from the Insteon properties test (#179793)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
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(
|
||||
|
||||
Reference in New Issue
Block a user