diff --git a/crates/workspace-server/src/server.rs b/crates/workspace-server/src/server.rs index 734f5f31..998c3929 100644 --- a/crates/workspace-server/src/server.rs +++ b/crates/workspace-server/src/server.rs @@ -14533,7 +14533,7 @@ fn validate_public_runtime_id(runtime_id: &str) -> ApiResult<()> { #[cfg(test)] fn remote_runtime_config_from_binding( - binding: &WorkspaceRuntimeBinding, + binding: &crate::store::WorkspaceRuntimeBinding, ) -> std::result::Result { let remote = RemoteRuntimeConfig::new( binding.runtime_id.clone(),