diff options
Diffstat (limited to 'cli/tools/installer.rs')
-rw-r--r-- | cli/tools/installer.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tools/installer.rs b/cli/tools/installer.rs index ec527949d..48aa52480 100644 --- a/cli/tools/installer.rs +++ b/cli/tools/installer.rs @@ -632,8 +632,8 @@ mod tests { install( Flags { - allow_net: true, - allow_read: true, + allow_net: Some(vec![]), + allow_read: Some(vec![]), no_check: true, log_level: Some(Level::Error), ..Flags::default() |