| Index: tests/git_cl_test.py
|
| diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
|
| index 774f6f014c60a604db86c4b54ecc6bc9499ba25b..b0048a11d9cee39d22648e9d50a92e752cdc4e6f 100755
|
| --- a/tests/git_cl_test.py
|
| +++ b/tests/git_cl_test.py
|
| @@ -765,7 +765,6 @@ class TestGitCl(TestCase):
|
|
|
| calls = [
|
| ((['git', 'config', '--bool', 'gerrit.squash-uploads'],), 'false'),
|
| - ((['git', 'config', '--bool', 'gerrit.squash-uploads'],), 'false'),
|
| ]
|
| # If issue is given, then description is fetched from Gerrit instead.
|
| if issue is None:
|
|
|