Index: tests/git_cl_test.py |
=================================================================== |
--- tests/git_cl_test.py (revision 130362) |
+++ tests/git_cl_test.py (working copy) |
@@ -123,6 +123,7 @@ |
def _git_upload_calls(): |
return [ |
((['git', 'config', 'rietveld.cc'],), ''), |
+ ((['git', 'config', 'branch.master.base-url'],), ''), |
((['git', 'config', '--get-regexp', '^svn-remote\\.'],), |
(('', None), 0)), |
((['git', 'rev-parse', '--show-cdup'],), ''), |