Index: tests/git_cl_test.py |
diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py |
index cc01ae3b829da5dbb5a2862a7a10aee44ade7886..6d4827c363008c18eb8768a7c7ad3b422b478831 100755 |
--- a/tests/git_cl_test.py |
+++ b/tests/git_cl_test.py |
@@ -795,10 +795,6 @@ class TestGitCl(TestCase): |
# If issue is given, then description is fetched from Gerrit instead. |
if issue is None: |
- if squash: |
- calls += [ |
- ((['git', 'show', '--format=%B', '-s', |
- 'refs/heads/git_cl_uploads/master'],), '')] |
calls += [ |
((['git', 'log', '--pretty=format:%s\n\n%b', |
'fake_ancestor_sha..HEAD'],), |