Index: tests/gclient_scm_test.py |
diff --git a/tests/gclient_scm_test.py b/tests/gclient_scm_test.py |
index a0b6d2864b942b407e6b71c842ccf4904278f715..c49b5247e449bc82be3499de94c9564c442ae5ff 100755 |
--- a/tests/gclient_scm_test.py |
+++ b/tests/gclient_scm_test.py |
@@ -1305,10 +1305,6 @@ class ManagedGitWrapperTestCaseMox(BaseTestCase): |
# pylint: disable=E1120 |
gclient_scm.GitWrapper._Clone('refs/remotes/origin/master', self.url, |
options) |
- # pylint: disable=E1120 |
- self.mox.StubOutWithMock(gclient_scm.GitWrapper, 'UpdateSubmoduleConfig', |
- True) |
- gclient_scm.GitWrapper.UpdateSubmoduleConfig() |
self.mox.StubOutWithMock(gclient_scm.subprocess2, 'check_output', True) |
gclient_scm.subprocess2.check_output(['git', 'ls-files'], |
cwd=self.base_path, |
@@ -1341,9 +1337,6 @@ class ManagedGitWrapperTestCaseMox(BaseTestCase): |
gclient_scm.GitWrapper._Clone('refs/remotes/origin/master', self.url, |
options) |
# pylint: disable=E1120 |
- self.mox.StubOutWithMock(gclient_scm.GitWrapper, 'UpdateSubmoduleConfig', |
- True) |
- gclient_scm.GitWrapper.UpdateSubmoduleConfig() |
self.mox.StubOutWithMock(gclient_scm.subprocess2, 'check_output', True) |
gclient_scm.subprocess2.check_output(['git', 'ls-files'], |
cwd=self.base_path, |