Returns the proxy container name for the default proxy config (no host_ports, no squid_conf).
()
| 1010 | |
| 1011 | /// Returns the proxy container name for the default proxy config (no host_ports, no squid_conf). |
| 1012 | fn default_proxy_container_name() -> String { |
| 1013 | ResolvedProxyConfig::default().proxy_container_name() |
| 1014 | } |
| 1015 | |
| 1016 | fn create_test_task(is_interactive: bool) -> Task { |
| 1017 | let repo_path = PathBuf::from("/tmp/test-repo"); |