Chromium Code Reviews| Index: tests/gclient_test.py |
| diff --git a/tests/gclient_test.py b/tests/gclient_test.py |
| index aff9174e167757c896be49855bf630e432c6ecfc..87b94e659925ad5ebc24f8d44fa7ff9aff26dc03 100755 |
| --- a/tests/gclient_test.py |
| +++ b/tests/gclient_test.py |
| @@ -48,7 +48,7 @@ class SCMMock(object): |
| def DoesRemoteURLMatch(self, _): |
| return True |
| - def GetActualRemoteURL(self, _): |
| + def GetActualRemoteURL(self): |
| return self.url |