Skip to content

Commit 367eb8e

Browse files
committed
Fixed unit test for awslabs#2.
1 parent b7ac5d5 commit 367eb8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/response_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ var _ = Describe("ResponseWriter tests", func() {
5050
})
5151

5252
Context("Export API Gateway proxy response", func() {
53-
noHeaderResponse := NewProxyResponseWriter()
54-
5553
emtpyResponse := NewProxyResponseWriter()
5654
emtpyResponse.Header().Add("Content-Type", "application/json")
5755

0 commit comments

Comments
 (0)