diff options
Diffstat (limited to 'pkg/email/lore/parse_test.go')
| -rw-r--r-- | pkg/email/lore/parse_test.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pkg/email/lore/parse_test.go b/pkg/email/lore/parse_test.go index 84d3d0bdf..13370045c 100644 --- a/pkg/email/lore/parse_test.go +++ b/pkg/email/lore/parse_test.go @@ -121,7 +121,6 @@ Bug report`, Date: time.Date(2017, time.May, 7, 19, 54, 0, 0, zone), Author: "a@user.com", Cc: []string{"a@user.com"}, - Command: email.CmdNone, }, { MessageID: "<A-Child-1>", @@ -130,7 +129,6 @@ Bug report`, Author: "b@user.com", Cc: []string{"a@user.com", "b@user.com"}, InReplyTo: "<A-Base>", - Command: email.CmdNone, }, { MessageID: "<A-Child-1-1>", @@ -139,7 +137,6 @@ Bug report`, Author: "c@user.com", Cc: []string{"a@user.com", "b@user.com", "c@user.com"}, InReplyTo: "<A-Child-1>", - Command: email.CmdNone, }, }, }, @@ -156,7 +153,6 @@ Bug report`, Date: time.Date(2017, time.May, 7, 19, 57, 0, 0, zone), Author: "syzbot@bar.com", OwnEmail: true, - Command: email.CmdNone, }, { MessageID: "<Bug-Reply1>", @@ -166,7 +162,6 @@ Bug report`, Author: "c@user.com", Cc: []string{"c@user.com"}, InReplyTo: "<Bug>", - Command: email.CmdNone, }, { MessageID: "<Bug-Reply2>", @@ -176,7 +171,6 @@ Bug report`, Author: "d@user.com", Cc: []string{"d@user.com"}, InReplyTo: "<Bug>", - Command: email.CmdNone, }, }, }, @@ -193,7 +187,6 @@ Bug report`, Date: time.Date(2017, time.May, 7, 19, 58, 1, 0, zone), Author: "e@user.com", Cc: []string{"e@user.com"}, - Command: email.CmdNone, }, }, }, @@ -211,7 +204,6 @@ Bug report`, Cc: []string{"person@email.com"}, Subject: "Another bug discussion", Author: "person@email.com", - Command: email.CmdNone, }, }, }, |
