mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-26 06:01:49 +00:00
chore: remove unused sentinel in test_send_message_tool
This commit is contained in:
parent
5712483487
commit
494824fb11
1 changed files with 0 additions and 1 deletions
|
|
@ -2269,7 +2269,6 @@ class TestCheckSendMessage:
|
||||||
|
|
||||||
monkeypatch.setenv("HERMES_KANBAN_TASK", "t_abc12345")
|
monkeypatch.setenv("HERMES_KANBAN_TASK", "t_abc12345")
|
||||||
|
|
||||||
sentinel = object()
|
|
||||||
with patch("gateway.session_context.get_session_env",
|
with patch("gateway.session_context.get_session_env",
|
||||||
side_effect=AssertionError("session_context not consulted "
|
side_effect=AssertionError("session_context not consulted "
|
||||||
"when HERMES_KANBAN_TASK is set")), \
|
"when HERMES_KANBAN_TASK is set")), \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue