From f5e71e1e48b5accae3a113115d6018634243f198 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Fri, 8 May 2026 17:44:49 -0700 Subject: [PATCH] Remove redundant goal prompt assertion --- codex-rs/core/src/goals.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/core/src/goals.rs b/codex-rs/core/src/goals.rs index 6682973034..fe8a68c1bb 100644 --- a/codex-rs/core/src/goals.rs +++ b/codex-rs/core/src/goals.rs @@ -1586,7 +1586,6 @@ mod tests { assert!(prompt.contains("finish the stack")); assert!(prompt.contains("\nfinish the stack\n")); 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"