This commit is contained in:
kolaente 2021-02-07 16:49:47 +01:00
parent e41b596101
commit 07bf0a7bd4
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 5 additions and 3 deletions

View File

@ -18,11 +18,12 @@ package notifications
import (
"bytes"
templatehtml "html/template"
templatetext "text/template"
"code.vikunja.io/api/pkg/config"
"code.vikunja.io/api/pkg/mail"
"code.vikunja.io/api/pkg/utils"
templatehtml "html/template"
templatetext "text/template"
)
const mailTemplatePlain = `

View File

@ -17,8 +17,9 @@
package notifications
import (
"github.com/stretchr/testify/assert"
"testing"
"github.com/stretchr/testify/assert"
)
func TestNewMail(t *testing.T) {