From c96121a98bc70e6fc7644f2f2a67c1028bc36d02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20M=C3=BCller?= <67061560+MagMueller@users.noreply.github.com> Date: Sun, 20 Jul 2025 16:02:11 +0200 Subject: [PATCH] Update wait test --- tests/ci/test_controller.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/ci/test_controller.py b/tests/ci/test_controller.py index e36046d42..0b23dabff 100644 --- a/tests/ci/test_controller.py +++ b/tests/ci/test_controller.py @@ -335,9 +335,6 @@ class TestControllerIntegration: # Create wait action for 1 second - fix to use a dictionary wait_action = {'wait': {'seconds': 5}} # Corrected format - class WaitActionModel(ActionModel): - wait: dict | None = None - # Record start time start_time = time.time()