maybe fix windows?

This commit is contained in:
Ruslan Nigmatullin
2026-03-27 13:33:48 -07:00
parent bca7d04529
commit f2623f20f3

View File

@@ -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")