We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a51a1 commit f9b2caeCopy full SHA for f9b2cae
agent-control/src/agent_control/run/on_host.rs
@@ -167,7 +167,7 @@ impl AgentControlRunner {
167
// We are setting client http in debug_assertions mode for tests
168
let oci_client_config = ClientConfig {
169
#[cfg(debug_assertions)]
170
- protocol: ClientProtocol::HttpsExcept(vec!["localhost".to_string()]),
+ protocol: ClientProtocol::HttpsExcept(vec!["localhost:5001".to_string()]),
171
..Default::default()
172
};
173
0 commit comments