Skip to content

Commit

Permalink
fix test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Alvin Lin <[email protected]>
  • Loading branch information
alvinlin123 committed Mar 12, 2022
1 parent 901acd7 commit 637642f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handler/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func TestHandler_ServeHTTP(t *testing.T) {
handler: &Handler{
ProxyClient: &mockProxyClient{
Response: &http.Response{
StatusCode: http.StatusOK,
Header: http.Header{
"test": []string{"header"},
},
Expand Down

0 comments on commit 637642f

Please sign in to comment.