git-cl: don't prompt after cleaning patchset title

BUG=688099

Change-Id: Ic505ab6553b1a9f1e6ab51377bb6519d805a847e
Reviewed-on: https://chromium-review.googlesource.com/436406
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
Reviewed-by: Andrew Bonventre <andybons@chromium.org>
Commit-Queue: Aaron Gable <agable@chromium.org>
diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
index c622201..dd3d300 100755
--- a/tests/git_cl_test.py
+++ b/tests/git_cl_test.py
@@ -1393,7 +1393,8 @@
         title='Dont_put_bad_chars')
     self.assertIn(
         'WARNING: Patchset title may only contain alphanumeric chars '
-        'and spaces. Cleaned up title:\nDont put bad chars\n',
+        'and spaces. You can edit it in the UI. See https://crbug.com/663787.\n'
+        'Cleaned up title: Dont put bad chars\n',
         git_cl.sys.stdout.getvalue())
 
   def test_gerrit_reviewers_cmd_line(self):