Remove redundant goal prompt assertion

This commit is contained in:
Eric Traut
2026-05-08 17:44:49 -07:00
parent 8e289ef677
commit f5e71e1e48

View File

@@ -1586,7 +1586,6 @@ mod tests {
assert!(prompt.contains("finish the stack"));
assert!(prompt.contains("<untrusted_objective>\nfinish the stack\n</untrusted_objective>"));
assert!(prompt.contains("Token budget: 10000"));
assert!(!prompt.contains("Time spent pursuing goal"));
assert!(prompt.contains("call update_goal with status \"complete\""));
assert!(!prompt.contains(
"explain the blocker or next required input to the user and wait for new input"