diff --git a/cloud-hypervisor/tests/integration.rs b/cloud-hypervisor/tests/integration.rs index f7345bf8d..730b5b468 100644 --- a/cloud-hypervisor/tests/integration.rs +++ b/cloud-hypervisor/tests/integration.rs @@ -8507,7 +8507,7 @@ mod common_parallel { "Expected zero-flagged regions to increase with sparse=off: before={zero_regions_before}, after={zero_regions_after}" ); - disk_check_consistency(&test_disk_path, None); + disk_check_consistency(test_disk_path, None); } #[test]