From 494824fb110cab494071c792632640d49a485943 Mon Sep 17 00:00:00 2001 From: kshitijk4poor <82637225+kshitijk4poor@users.noreply.github.com> Date: Mon, 11 May 2026 19:12:19 +0530 Subject: [PATCH] chore: remove unused sentinel in test_send_message_tool --- tests/tools/test_send_message_tool.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tools/test_send_message_tool.py b/tests/tools/test_send_message_tool.py index 7077b6be88b..fa810eb5c54 100644 --- a/tests/tools/test_send_message_tool.py +++ b/tests/tools/test_send_message_tool.py @@ -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")), \