Index: tests/git_cl_test.py |
diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py |
index 0c3736e23ce1b3693c1d8a84e705036df433ba8e..0a916c7d8136add140122b13982b9ed80d3f9665 100755 |
--- a/tests/git_cl_test.py |
+++ b/tests/git_cl_test.py |
@@ -431,7 +431,7 @@ class TestGitCl(TestCase): |
# others paths, such as /usr/share/locale/.... |
return True |
self.mock(git_cl.os.path, 'exists', Exists) |
- self.mock(git_cl.urllib, 'urlretrieve', self._mocked_call) |
+ self.mock(git_cl, 'urlretrieve', self._mocked_call) |
self.calls = [ |
((['git', 'config', 'rietveld.server', 'gerrit.chromium.org'],), ''), |
((['git', 'config', '--unset-all', 'rietveld.cc'],), ''), |