diff --git a/tests/test_workflows.py b/tests/test_workflows.py index 197532a051..91e0b4b319 100644 --- a/tests/test_workflows.py +++ b/tests/test_workflows.py @@ -966,8 +966,6 @@ def test_context_run_id_string_interpolation(self): assert result == "RUN_ID=deadbeef" -# ===== Integration Dispatch Tests ===== - class TestBuildExecArgs: """Test build_exec_args for CLI-based integrations."""