diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index 8c03e6cc..b429fc12 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -8,7 +8,6 @@ mod tests { use predicates::prelude::*; use predicates::{prelude::predicate, str::contains}; use serde_json::json; - use std::io::Write; use std::{ fs::File, process::{Command, Stdio},