git cl comments: remove Rietveld support.
R=ehmaldonado
Bug: 770408
Change-Id: Ib3120b5fd09c35be691c025d0d69ceda60f2ec7f
Reviewed-on: https://chromium-review.googlesource.com/c/1279135
Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
index b0e0a64..6149e45 100755
--- a/tests/git_cl_test.py
+++ b/tests/git_cl_test.py
@@ -2904,7 +2904,7 @@
]
cl = git_cl.Changelist(codereview='gerrit', issue=1)
self.assertEqual(cl.GetCommentsSummary(), expected_comments_summary)
- self.assertEqual(0, git_cl.main(['comment', '--gerrit', '-i', '1',
+ self.assertEqual(0, git_cl.main(['comment', '-i', '1',
'-j', 'output.json']))
def test_get_remote_url_with_mirror(self):