Skip to content

Commit b7bdc07

Browse files
committed
Fix broken tests caused by nudge-message update.
1 parent 6c68471 commit b7bdc07

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_subagent_isolation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import json
77
import unittest
88

9+
from python_agent_harness import config
910
from python_agent_harness.agent import run_agent_loop
1011
from python_agent_harness.agent_session import AgentSession
1112
from python_agent_harness.models import Message, ToolCall, Usage
@@ -213,7 +214,7 @@ def test_nudge_not_used_as_title_source(self):
213214
Message(role="assistant", content="ok"),
214215
Message(
215216
role="user",
216-
content="Review the original user request and the Task Completion Rules in the context. Verify whether all completion criteria are satisfied. If not, continue by making tool calls. Do not stop until the rules are fully met.",
217+
content=config.NUDGE_MESSAGE,
217218
),
218219
]
219220
)

0 commit comments

Comments
 (0)