Skip to content

Commit

Permalink
Add missing import to canary_test.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus Devino <mdevino@ibm.com>
  • Loading branch information
mdevino committed Feb 25, 2025
1 parent 8d133a4 commit 621b31c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/canary_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ use fms_guardrails_orchestr8::{
};
use hyper::StatusCode;
use serde_json::Value;
use tokio::sync::OnceCell;
use tracing::debug;

pub mod common;
Expand Down

0 comments on commit 621b31c

Please sign in to comment.