Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gurinderu committed Feb 23, 2024
1 parent 2480589 commit 07d4d59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/nox-tests/tests/modules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,11 @@ async fn test_add_module_mounted_binaries() {
"logger_enabled": true,
"wasi": {
"envs": json!({}),
"preopened_files": vec!["/tmp"],
"mapped_dirs": json!({}),
},
"mounted_binaries": json!({"cmd": "/usr/bin/curl"})
});

let a = config.to_string();
println!("{}", a);

let script = r#"
(xor
Expand Down

0 comments on commit 07d4d59

Please sign in to comment.