Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhbhatia-stripe committed Oct 4, 2024
1 parent 3713647 commit 0c4798d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/smokescreen/smokescreen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ func TestRejectResponseHandlerWithCtx(t *testing.T) {
resp, err := client.Get("http://127.0.0.1")
r.NoError(err)

// The RejectResponseHandler should set our custom header
// The RejectResponseHandlerWithCtx should set our custom header
h := resp.Header.Get(testHeader)
if h == "" {
t.Errorf("Expecting header %s to be set by RejectResponseHandler", testHeader)
Expand Down

0 comments on commit 0c4798d

Please sign in to comment.