mirror of
https://github.com/openai/codex.git
synced 2026-05-03 04:42:20 +03:00
[codex-analytics] ingest server requests and responses
This commit is contained in:
@@ -235,7 +235,7 @@ mod tests {
|
||||
const OUTGOING_BUFFER: usize = 1;
|
||||
let (tx, _rx) = mpsc::channel(OUTGOING_BUFFER);
|
||||
FsWatchManager::new_with_file_watcher(
|
||||
Arc::new(OutgoingMessageSender::new(tx)),
|
||||
Arc::new(OutgoingMessageSender::new_for_tests(tx)),
|
||||
Arc::new(FileWatcher::noop()),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user