Skip to content

Commit

Permalink
chore: remote old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
msessa committed Mar 3, 2025
1 parent 495e264 commit 5b87a66
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/modify/add_header_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ func TestAddHeader(t *testing.T) {
testHdr.Add("To", "<heya@heya>")
body := []byte("hello there\r\n")

// modify.dkim expects RewriteSender to be called to get envelope sender
// (see module.Modifier docs)

err = state.RewriteBody(context.Background(), &testHdr, buffer.MemoryBuffer{Slice: body})
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 5b87a66

Please sign in to comment.