Update wait test

This commit is contained in:
Magnus Müller
2025-07-20 16:02:11 +02:00
parent 2552825786
commit c96121a98b

View File

@@ -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()