From 9604b68ec45cbf3e6f33ac13ec7cdb57fa51d9fb Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Thu, 21 Dec 2023 12:21:32 +0100 Subject: [PATCH 1/2] Remove unused htpasswd file Signed-off-by: Ryan Levick --- tests/http/htpasswd | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tests/http/htpasswd diff --git a/tests/http/htpasswd b/tests/http/htpasswd deleted file mode 100644 index d4a62e7b06..0000000000 --- a/tests/http/htpasswd +++ /dev/null @@ -1 +0,0 @@ -bindle-user:$2y$05$N/5tr8Is56g912sPq.lTR.E0oH/6GjDSdB4VRXSGdtseWWJ1sWbeG From ff9e7a0f1bd52d96def3632223ed139cd46c339e Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Thu, 21 Dec 2023 12:29:42 +0100 Subject: [PATCH 2/2] Remove parcel based Spin.toml Signed-off-by: Ryan Levick --- .../simple-spin-rust/spin-from-parcel.toml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tests/http/simple-spin-rust/spin-from-parcel.toml diff --git a/tests/http/simple-spin-rust/spin-from-parcel.toml b/tests/http/simple-spin-rust/spin-from-parcel.toml deleted file mode 100644 index 4e88bffa6c..0000000000 --- a/tests/http/simple-spin-rust/spin-from-parcel.toml +++ /dev/null @@ -1,18 +0,0 @@ -spin_version = "1" -authors = ["Fermyon Engineering "] -description = "A simple application that returns hello and goodbye." -name = "spin-hello-from-parcel" -trigger = {type = "http", base = "/test"} -version = "1.0.0" - -[variables] -object = { default = "teapot" } - -[[component]] -id = "hello" -source = { reference = "spin-hello-world/1.0.0", parcel = "AWAITING_PARCEL_SHA" } -files = [ { source = "assets", destination = "/" } ] -[component.trigger] -route = "/hello/..." -[component.config] -message = "I'm a {{object}}"