mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-10 22:43:37 +00:00
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:
parent
ad4c5f0c98
commit
ed70aa6dda
2 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1026,7 +1026,7 @@ mod tests {
|
|||
),
|
||||
]));
|
||||
|
||||
let created = crate::operations::create(
|
||||
crate::operations::create(
|
||||
&store,
|
||||
crate::operations::CreateRunInput {
|
||||
workflow: crate::operations::WorkflowInput::Bundled(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue