summaryrefslogtreecommitdiffstats
path: root/app/email_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/email_test.go')
-rw-r--r--app/email_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/email_test.go b/app/email_test.go
index b1aa9976c..a8519ca0f 100644
--- a/app/email_test.go
+++ b/app/email_test.go
@@ -216,7 +216,7 @@ func TestSendSignInChangeEmail(t *testing.T) {
var siteURL string = ""
var method string = "AD/LDAP"
var expectedPartialMessage string = "You updated your sign-in method on Mattermost to " + method + "."
- var expectedSubject string = "[" + utils.Cfg.TeamSettings.SiteName + "] You updated your sign-in method on " + utils.Cfg.TeamSettings.SiteName
+ var expectedSubject string = "[" + utils.Cfg.TeamSettings.SiteName + "] Your sign-in method has been updated"
//Delete all the messages before check the sample email
utils.DeleteMailBox(email)