-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
factors: Fix some outbound http tests
Signed-off-by: Lann Martin <[email protected]>
- Loading branch information
Showing
13 changed files
with
39 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ spin_manifest_version = "1" | |
authors = ["Ryan Levick <[email protected]>"] | ||
description = "" | ||
name = "ai" | ||
trigger = { type = "http", base = "/" } | ||
trigger = { type = "http" } | ||
version = "0.1.0" | ||
|
||
[[component]] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ spin_version = "1" | |
authors = ["Fermyon Engineering <[email protected]>"] | ||
description = "A simple application that returns hello and goodbye." | ||
name = "head-rust-sdk-http" | ||
trigger = { type = "http", base = "/test" } | ||
trigger = { type = "http" } | ||
version = "1.0.0" | ||
|
||
[variables] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ spin_version = "1" | |
authors = ["Fermyon Engineering <[email protected]>"] | ||
description = "A simple application that exercises key/value storage." | ||
name = "key-value" | ||
trigger = { type = "http", base = "/test" } | ||
trigger = { type = "http" } | ||
version = "1.0.0" | ||
|
||
[[component]] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ spin_version = "1" | |
authors = ["Fermyon Engineering <[email protected]>"] | ||
description = "A simple application that returns hello and goodbye." | ||
name = "head-rust-sdk-http" | ||
trigger = { type = "http", base = "/test" } | ||
trigger = { type = "http" } | ||
version = "1.0.0" | ||
|
||
[[component]] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ spin_version = "1" | |
authors = ["Fermyon Engineering <[email protected]>"] | ||
description = "An application that demonstates a component making an outbound http request to another component in the same application." | ||
name = "local-outbound-http" | ||
trigger = { type = "http", base = "/test" } | ||
trigger = { type = "http" } | ||
version = "1.0.0" | ||
|
||
[[component]] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ spin_version = "1" | |
authors = ["Fermyon Engineering <[email protected]>"] | ||
description = "A simple application that returns hello and goodbye." | ||
name = "spin-hello-world" | ||
trigger = { type = "http", base = "/test" } | ||
trigger = { type = "http" } | ||
version = "1.0.0" | ||
|
||
[variables] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.