aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-05-08 16:30:46 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-05-08 16:30:46 +0200
commit1bb034d08992cc3f635e33d41085da8e4c5f1157 (patch)
treed8584f59f92c4348abe149456ce27c667f0dbc7e
parentb12c1ab14cf7312fefd126d40968bb8cc322a960 (diff)
dashboard/app: fix too long line warning
-rw-r--r--dashboard/app/email_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/app/email_test.go b/dashboard/app/email_test.go
index be7d54a5f..d8891754d 100644
--- a/dashboard/app/email_test.go
+++ b/dashboard/app/email_test.go
@@ -319,6 +319,7 @@ unknown command "bad-command"
// Now mark the bug as fixed.
c.incomingEmail(sender1, "#syz fix: some: commit title", EmailOptCC(nil))
reply := c.pollEmailBug().Body
+ // nolint: lll
c.expectEQ(reply, `> #syz fix: some: commit title
Your 'fix:' command is accepted, but please keep bugs@syzkaller.com mailing list in CC next time. It serves as a history of what happened with each bug report. Thank you.