From 59606791a7b18b0a80626d5ec7f05b90b51c779d Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 29 Mar 2018 14:20:36 -0700 Subject: MM-9999 Fix unwanted team invite_id in email invites. (#8550) * Fix unwanted team invite_id in email invites. * Removing unused translation. --- api4/team_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'api4') diff --git a/api4/team_test.go b/api4/team_test.go index 31eeb7fd8..991dee148 100644 --- a/api4/team_test.go +++ b/api4/team_test.go @@ -1367,7 +1367,6 @@ func TestAddTeamMember(t *testing.T) { dataObject := make(map[string]string) dataObject["time"] = fmt.Sprintf("%v", model.GetMillis()) dataObject["id"] = team.Id - dataObject["invite_id"] = team.InviteId data := model.MapToJson(dataObject) hashed := utils.HashSha256(fmt.Sprintf("%v:%v", data, th.App.Config().EmailSettings.InviteSalt)) -- cgit v1.2.3-1-g7c22