fix(e2e): remove needless volumes borrow

Co-Authored-By: heihutu <[email protected]>
This commit is contained in:
houseme
2026-08-31 08:46:19 +08:00
co-authored by heihutu
parent 205d7c7f35
commit 318092fe1b
+1 -1
View File
@@ -1505,7 +1505,7 @@ impl RustFSTestClusterEnvironment {
let mut command = Command::new(&binary_path);
command
.env("RUSTFS_VOLUMES", &volumes_arg)
.env("RUSTFS_VOLUMES", volumes_arg)
.env("RUSTFS_ADDRESS", &node.address)
.env("RUSTFS_ACCESS_KEY", &self.access_key)
.env("RUSTFS_SECRET_KEY", &self.secret_key)