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

This commit is contained in:
perf3ct 2025-07-07 21:09:48 +00:00
parent 67f399c6c4
commit 3a784d4ddf
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
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;