pull/560/head
hunterlong 2020-05-02 03:06:28 -07:00
parent d52b02eb3e
commit b8a3d36b80
1 changed files with 3 additions and 3 deletions

View File

@ -61,9 +61,9 @@ func TestEmailNotifier(t *testing.T) {
To: email.GetValue("var2"),
Subject: fmt.Sprintf("Service %v is Failing", exampleService.Name),
Template: mainEmailTemplate,
Data: emailData{
Service: *exampleService,
Failure: *exampleFailure,
Data: replacer{
Service: exampleService,
Failure: exampleFailure,
},
From: email.GetValue("var1"),
}