fix tests

This commit is contained in:
valoq 2025-07-12 17:52:05 +02:00
parent e455e81939
commit bfe773f9fb
No known key found for this signature in database
GPG Key ID: 19F09A0FB865CBD8

View File

@ -180,6 +180,7 @@ mod tests {
output_dir: None, output_dir: None,
remove: false, remove: false,
no_smart_unpack: false, no_smart_unpack: false,
disable_sandbox: true,
}, },
..mock_cli_args() ..mock_cli_args()
} }
@ -192,6 +193,7 @@ mod tests {
output_dir: None, output_dir: None,
remove: false, remove: false,
no_smart_unpack: false, no_smart_unpack: false,
disable_sandbox: true,
}, },
..mock_cli_args() ..mock_cli_args()
} }
@ -204,6 +206,7 @@ mod tests {
output_dir: None, output_dir: None,
remove: false, remove: false,
no_smart_unpack: false, no_smart_unpack: false,
disable_sandbox: true,
}, },
..mock_cli_args() ..mock_cli_args()
} }
@ -219,6 +222,7 @@ mod tests {
fast: false, fast: false,
slow: false, slow: false,
follow_symlinks: false, follow_symlinks: false,
disable_sandbox: true,
}, },
..mock_cli_args() ..mock_cli_args()
} }