mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 01:57:02 +00:00
go.enmime API now uses HTML instead of Html
This commit is contained in:
@@ -66,7 +66,7 @@ func (d *InputMessageData) MockMessage() *MockMessage {
|
||||
msg.On("ReadHeader").Return(gomsg, nil)
|
||||
body := &enmime.MIMEBody{
|
||||
Text: d.Text,
|
||||
Html: d.HTML,
|
||||
HTML: d.HTML,
|
||||
}
|
||||
msg.On("ReadBody").Return(body, nil)
|
||||
return msg
|
||||
|
||||
Reference in New Issue
Block a user