mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
maybe fix windows?
This commit is contained in:
@@ -346,7 +346,7 @@ mod tests {
|
||||
.await
|
||||
.expect("listener should bind");
|
||||
let remote_control_url = format!(
|
||||
"http://localhost:{}/backend-api/",
|
||||
"http://127.0.0.1:{}/backend-api/",
|
||||
listener
|
||||
.local_addr()
|
||||
.expect("listener should have a local addr")
|
||||
|
||||
Reference in New Issue
Block a user