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.
This commit is contained in:
Bryan Helmkamp 2026-04-08 16:47:23 -04:00
parent ad4c5f0c98
commit ed70aa6dda
2 changed files with 1 additions and 3 deletions

View file

@ -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;

View file

@ -1026,7 +1026,7 @@ mod tests {
),
]));
let created = crate::operations::create(
crate::operations::create(
&store,
crate::operations::CreateRunInput {
workflow: crate::operations::WorkflowInput::Bundled(