diff --git a/models/template_context_test.go b/models/template_context_test.go index 0b6ac4e1..25c21da7 100644 --- a/models/template_context_test.go +++ b/models/template_context_test.go @@ -39,6 +39,7 @@ func (s *ModelsSuite) TestNewTemplateContext(c *check.C) { TrackingURL: fmt.Sprintf("%s/track?rid=%s", ctx.URL, r.RId), From: "From Address", RId: r.RId, + FromEmail: "from@example.com", } expected.Tracker = "" got, err := NewPhishingTemplateContext(ctx, r.BaseRecipient, r.RId)