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 b7ac5d5 commit 367eb8eCopy full SHA for 367eb8e
core/response_test.go
@@ -50,8 +50,6 @@ var _ = Describe("ResponseWriter tests", func() {
50
})
51
52
Context("Export API Gateway proxy response", func() {
53
- noHeaderResponse := NewProxyResponseWriter()
54
-
55
emtpyResponse := NewProxyResponseWriter()
56
emtpyResponse.Header().Add("Content-Type", "application/json")
57
0 commit comments