From ed70aa6dda5ee1d2aba2be625dfcc8996dc77577 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Wed, 8 Apr 2026 16:47:23 -0400 Subject: [PATCH] fix(test): remove workspace test build warnings Drop the unused test-only import in fabro-server and the unused test binding in fabro-workflow so workspace test builds stay warning-free. --- lib/crates/fabro-server/src/server.rs | 2 -- lib/crates/fabro-workflow/src/operations/start.rs | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/crates/fabro-server/src/server.rs b/lib/crates/fabro-server/src/server.rs index af3901665..a9f77b7b3 100644 --- a/lib/crates/fabro-server/src/server.rs +++ b/lib/crates/fabro-server/src/server.rs @@ -5854,8 +5854,6 @@ async fn get_graph( #[cfg(test)] mod tests { - use std::path::PathBuf; - use super::*; use axum::body::Body; use axum::http::Request; diff --git a/lib/crates/fabro-workflow/src/operations/start.rs b/lib/crates/fabro-workflow/src/operations/start.rs index 04bcadcd7..e749a0e27 100644 --- a/lib/crates/fabro-workflow/src/operations/start.rs +++ b/lib/crates/fabro-workflow/src/operations/start.rs @@ -1026,7 +1026,7 @@ mod tests { ), ])); - let created = crate::operations::create( + crate::operations::create( &store, crate::operations::CreateRunInput { workflow: crate::operations::WorkflowInput::Bundled(