Skip to content

Commit fd809a8

Browse files
authored
Merge pull request #3399 from itowlson/another-wasip2-botheration
Fix a wasm32-wasip2 woe that only turned up after landing in main
2 parents 4069608 + 678de0d commit fd809a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ mod integration_tests {
887887
"oci",
888888
"push",
889889
&registry_url,
890-
"./target/wasm32-wasip1/release/test.wasm",
890+
"./target/wasm32-wasip2/release/test.wasm",
891891
"--insecure",
892892
]);
893893
registry_push.arg(format!("localhost:{port}"));

0 commit comments

Comments
 (0)