Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
Signed-off-by: itowlson <[email protected]>
  • Loading branch information
itowlson committed Oct 31, 2023
1 parent 93eea57 commit f4579f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wasi-http-rust-streaming-outgoing-body/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ component = "wasi-http-async"

[component.wasi-http-async]
source = "target/wasm32-wasi/release/wasi_http_rust_streaming_outgoing_body.wasm"
allowed_outbound_hosts = ["https://*:*"]
allowed_outbound_hosts = ["http://*:*", "https://*:*"]
[component.wasi-http-async.build]
command = "cargo build --target wasm32-wasi --release"
watch = ["src/**/*.rs", "Cargo.toml"]

0 comments on commit f4579f1

Please sign in to comment.