Index: tests/git_cl_test.py |
diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py |
index 2d204408c29e11a6b879dea46b1c6cdf40afe00e..d2cfbcc4dd48c5712fd5de8ed811777d35dfe61a 100755 |
--- a/tests/git_cl_test.py |
+++ b/tests/git_cl_test.py |
@@ -204,7 +204,7 @@ class TestGitCl(TestCase): |
return [ |
((['git', 'config', 'core.editor'],), ''), |
] + cc_call + private_call + [ |
- ((['git', 'config', 'branch.master.base-url'],), ''), |
+ ((['git', 'config', 'branch.master.canonical-url'],), ''), |
((['git', |
'config', '--local', '--get-regexp', '^svn-remote\\.'],), |
(('', None), 0)), |