diff --git a/tests/src/integration_test.rs b/tests/src/integration_test.rs index 02f8f74..d88f54d 100644 --- a/tests/src/integration_test.rs +++ b/tests/src/integration_test.rs @@ -1,7 +1,5 @@ #[cfg(test)] mod test { - use tokio::process::Command; - use crate::{random_payload, retry_get, retry_put}; use anyhow::Result;