fix(tests): resolve weird compilation issue in the tests

This commit is contained in:
perf3ct 2025-07-07 21:09:48 +00:00
parent f6c66ef911
commit 460c555be6
1 changed files with 1 additions and 1 deletions

View File

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