fix(tests): resolve weird compilation issue in the tests
This commit is contained in:
parent
f6c66ef911
commit
460c555be6
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue