Chromium Code Reviews| Index: tests/gclient_test.py |
| diff --git a/tests/gclient_test.py b/tests/gclient_test.py |
| index e3baa0f612968a184f153d71d9ff5dfb9416887f..8554a83017c337c6dcb47bb3c3ee33775d83f28b 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 |