Skip to content

Commit 6b272f6

Browse files
committed
Fully represent v1 manifests in v2 manifest
Signed-off-by: Ryan Levick <[email protected]>
1 parent 7e47cda commit 6b272f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/testdata/spin-roundtrip/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "1.0.0"
88
[[component]]
99
id = "http-roundtrip-test"
1010
source = "main.wasm"
11-
allowed_outbound_hosts = ["example.com:443"]
11+
allowed_outbound_hosts = ["https://example.com:443"]
1212
[component.trigger]
1313
route = "/hello/..."
1414
[component.build]

0 commit comments

Comments
 (0)