Index: tests/git_cl_test.py |
diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py |
index ed24c84cae0ffa203256befc590af4fd423bedcb..a78c7383c5dc992a6906de3cbae6d36d50dbd4ad 100755 |
--- a/tests/git_cl_test.py |
+++ b/tests/git_cl_test.py |
@@ -680,7 +680,7 @@ class TestGitCl(TestCase): |
@classmethod |
def _gerrit_ensure_auth_calls(cls, issue=None, skip_auth_check=False): |
- cmd = ['git', 'config', '--bool', 'gerrit.skip_ensure_authenticated'] |
+ cmd = ['git', 'config', '--bool', 'gerrit.skip-ensure-authenticated'] |
if skip_auth_check: |
return [((cmd, ), 'true')] |