Skip to content

Commit f9b2cae

Browse files
fix/debugRun
1 parent e0a51a1 commit f9b2cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent-control/src/agent_control/run/on_host.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ impl AgentControlRunner {
167167
// We are setting client http in debug_assertions mode for tests
168168
let oci_client_config = ClientConfig {
169169
#[cfg(debug_assertions)]
170-
protocol: ClientProtocol::HttpsExcept(vec!["localhost".to_string()]),
170+
protocol: ClientProtocol::HttpsExcept(vec!["localhost:5001".to_string()]),
171171
..Default::default()
172172
};
173173

0 commit comments

Comments
 (0)