From 460c555be625c04a296e9eef3f71dc704c7effbb Mon Sep 17 00:00:00 2001 From: perf3ct Date: Mon, 7 Jul 2025 21:09:48 +0000 Subject: [PATCH] fix(tests): resolve weird compilation issue in the tests --- tests/integration_integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_integration_tests.rs b/tests/integration_integration_tests.rs index 954a3c4..2859f97 100644 --- a/tests/integration_integration_tests.rs +++ b/tests/integration_integration_tests.rs @@ -6,7 +6,7 @@ */ use reqwest::Client; -use serde_json::{json, Value}; +use serde_json::Value; use std::time::{Duration, Instant}; use tokio::time::sleep;