mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Remove invalid abort task assertion
This commit is contained in:
@@ -294,8 +294,4 @@ async fn interrupt_does_not_issue_follow_up_request() {
|
||||
1,
|
||||
"interrupt should not issue a follow-up responses request"
|
||||
);
|
||||
assert!(
|
||||
response_mock.saw_function_call(call_id),
|
||||
"expected initial function call to be recorded"
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user