We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a7eef commit 74d7778Copy full SHA for 74d7778
httpadapter/adapter_test.go
@@ -13,13 +13,6 @@ import (
13
. "github.com/onsi/gomega"
14
)
15
16
-type handler struct{}
17
-
18
-func (h handler) ServeHTTP(w http.ResponseWriter, req *http.Request) {
19
- w.Header().Add("unfortunately-required-header", "")
20
- fmt.Fprintf(w, "Go Lambda!!")
21
-}
22
23
var _ = Describe("HTTPAdapter tests", func() {
24
Context("Simple ping request", func() {
25
It("Proxies the event correctly", func() {
0 commit comments