From ab354d4bec86f4a8d8d6bc759d7dc961e31d155a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 17 Jul 2025 16:27:09 -1000 Subject: [PATCH] cover --- tests/integration/test_automations.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/test_automations.py b/tests/integration/test_automations.py index 9b697cad83..d43ae1d842 100644 --- a/tests/integration/test_automations.py +++ b/tests/integration/test_automations.py @@ -92,8 +92,6 @@ async def test_delay_action_cancellation( await asyncio.wait_for(script_started_future, timeout=5.0) assert script_started_count == 1, "Script should have started once" - # Restart immediately - no sleep needed since we're properly testing cancellation - # Restart the script client.execute_service(restart_service, {})