mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
eprintln
This commit is contained in:
@@ -130,6 +130,7 @@ async fn integration_creates_and_checks_session_file() {
|
||||
// 2. Unique marker we'll look for in the session log.
|
||||
let marker = format!("integration-test-{}", Uuid::new_v4());
|
||||
let prompt = format!("echo {marker}");
|
||||
eprintln!("prompt: {prompt}");
|
||||
|
||||
// 3. Use the same offline SSE fixture as responses_api_stream_cli so the test is hermetic.
|
||||
let fixture =
|
||||
|
||||
Reference in New Issue
Block a user