mirror of
https://github.com/esphome/esphome.git
synced 2025-10-23 12:13:49 +01:00
address review comments
This commit is contained in:
@@ -135,7 +135,7 @@ async def test_script_queued(
|
||||
api_client_connected() as client,
|
||||
):
|
||||
# Get services
|
||||
entities, services = await client.list_entities_services()
|
||||
_, services = await client.list_entities_services()
|
||||
|
||||
# Test 1: Queue depth limit
|
||||
test_service = next((s for s in services if s.name == "test_queue_depth"), None)
|
||||
|
Reference in New Issue
Block a user