chore: remove unused sentinel in test_send_message_tool

This commit is contained in:
kshitijk4poor 2026-05-11 19:12:19 +05:30 committed by kshitij
parent 5712483487
commit 494824fb11

View file

@ -2269,7 +2269,6 @@ class TestCheckSendMessage:
monkeypatch.setenv("HERMES_KANBAN_TASK", "t_abc12345")
sentinel = object()
with patch("gateway.session_context.get_session_env",
side_effect=AssertionError("session_context not consulted "
"when HERMES_KANBAN_TASK is set")), \