From 621b31ce0c0e007b1fbe02e25667382c43b1126b Mon Sep 17 00:00:00 2001 From: Mateus Devino Date: Tue, 25 Feb 2025 11:40:00 -0300 Subject: [PATCH] Add missing import to canary_test.rs Signed-off-by: Mateus Devino --- tests/canary_test.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/canary_test.rs b/tests/canary_test.rs index e668e4a3..f7412c45 100644 --- a/tests/canary_test.rs +++ b/tests/canary_test.rs @@ -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;