This commit is contained in:
Ahmed Ibrahim
2025-07-20 13:53:09 -07:00
parent 119e216c14
commit e382e19c65

View File

@@ -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 =