Index: tests/git_cl_test.py |
diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py |
index 572d51f17e32074663f4a2c44cece97208b72a9c..36730bcd6234203f99ec7f6e690ff0eac679e602 100755 |
--- a/tests/git_cl_test.py |
+++ b/tests/git_cl_test.py |
@@ -350,6 +350,7 @@ class TestGitCl(TestCase): |
'Issue: 12345\n\nR=john@chromium.org\n\n' |
'Review URL: https://codereview.example.com/12345'],), |
''), |
+ ((['git', 'config', 'rietveld.force-https-commit-url'],), ''), |
((['git', |
'svn', 'dcommit', '-C50', '--no-rebase', '--rmdir'],), |
(('', None), 0)), |
@@ -687,6 +688,8 @@ class TestGitCl(TestCase): |
((['git', 'config', '--unset-all', |
'rietveld.cpplint-regex'],), ''), |
((['git', 'config', '--unset-all', |
+ 'rietveld.force-https-commit-url'],), ''), |
+ ((['git', 'config', '--unset-all', |
'rietveld.cpplint-ignore-regex'],), ''), |
((['git', 'config', '--unset-all', |
'rietveld.project'],), ''), |