| Index: tests/git_cl_test.py
 | 
| diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
 | 
| index 64b21108360caf2734972d3a36d97d7d8d6b51a8..4b8052178b21eb624235e14921008ffe8ce5a949 100755
 | 
| --- a/tests/git_cl_test.py
 | 
| +++ b/tests/git_cl_test.py
 | 
| @@ -1950,7 +1950,6 @@ class TestGitCl(TestCase):
 | 
|             u'patch_project': u'depot_tools',
 | 
|             u'patch_storage': u'rietveld',
 | 
|             u'patchset': 20001,
 | 
| -           u'reason': u'feature',  # This is a branch name, but why?
 | 
|             u'rietveld': u'https://codereview.chromium.org',
 | 
|          }
 | 
|        })
 | 
| @@ -2004,7 +2003,6 @@ class TestGitCl(TestCase):
 | 
|             u'patch_project': u'depot_tools',
 | 
|             u'patch_storage': u'rietveld',
 | 
|             u'patchset': 20001,
 | 
| -           u'reason': u'feature',  # This is a branch name, but why?
 | 
|             u'rietveld': u'https://codereview.chromium.org',
 | 
|          }
 | 
|        })
 | 
| 
 |