mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
Fix unified exec test output assertion (#14184)
## Summary - update the unified exec test to use truncated_output() instead of the removed output field - fix the compile failure on latest main after ExecCommandToolOutput changed shape
This commit is contained in:
committed by
GitHub
Unverified
parent
aa6a57dfa2
commit
6b7253b123
@@ -444,7 +444,7 @@ mod tests {
|
||||
"pause should block the unified exec yield timeout"
|
||||
);
|
||||
assert!(
|
||||
response.output.contains("unified-exec-done"),
|
||||
response.truncated_output().contains("unified-exec-done"),
|
||||
"exec_command should wait for output after the pause lifts"
|
||||
);
|
||||
assert!(
|
||||
|
||||
Reference in New Issue
Block a user