From f57a670ef84ad3ff572cc89eabc4ade200a034e4 Mon Sep 17 00:00:00 2001 From: chengyongru Date: Wed, 3 Jun 2026 16:56:14 +0800 Subject: [PATCH] test(cron): assert buffered stream suppression maintainer edit: keep the regression focused on the observable leak: rejected streaming cron output must not publish outbound events before delivery approval. --- tests/cli/test_commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/cli/test_commands.py b/tests/cli/test_commands.py index aa8f4232f..43c4482d4 100644 --- a/tests/cli/test_commands.py +++ b/tests/cli/test_commands.py @@ -1601,7 +1601,6 @@ def test_gateway_cron_job_streaming_respects_evaluator_rejection( assert response == "This should not leak" assert seen["on_stream"] is not None assert seen["on_stream_end"] is not None - assert seen["evaluated"] is True bus.publish_outbound.assert_not_awaited()