codex: fix CI failure on PR #24142

This commit is contained in:
Ahmed Ibrahim
2026-05-22 17:28:33 -07:00
parent fbf6c687fe
commit 45ede0194a

View File

@@ -383,7 +383,13 @@ plugin_sharing = false
.received_requests()
.await
.expect("wiremock should record requests")
.is_empty()
.iter()
.all(|request| {
request
.url
.path()
.ends_with("/codex/analytics-events/events")
})
);
Ok(())
}