diff --git a/codex-rs/core/tests/common/responses.rs b/codex-rs/core/tests/common/responses.rs index b1de5791..6ba10a70 100644 --- a/codex-rs/core/tests/common/responses.rs +++ b/codex-rs/core/tests/common/responses.rs @@ -122,6 +122,7 @@ where .and(path("/v1/responses")) .and(matcher) .respond_with(sse_response(body)) + .up_to_n_times(1) .mount(server) .await; }