Skip to content

Commit

Permalink
Fixing linter issue
Browse files Browse the repository at this point in the history
Signed-off-by: Ulbrich Robert <[email protected]>
  • Loading branch information
robert-ulbrich-mercedes-benz committed Sep 12, 2024
1 parent 5da05e1 commit 1050f4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestEmailCreation(t *testing.T) {
SenderEmail: "[email protected]",
}

body := createMailBody("[email protected]", email)
body := createMailBody("[email protected]", &email)
assert.Equal(t, "From: [email protected]\r\nTo: [email protected],[email protected]\r\nSubject: subject\r\nContent-Type: text/html; charset=\"UTF-8\"\r\n\r\nEmail Body", body)
}

Expand Down

0 comments on commit 1050f4b

Please sign in to comment.