| Index: appengine/findit/handlers/crash/test/crash_handler_test.py
|
| diff --git a/appengine/findit/handlers/crash/test/crash_handler_test.py b/appengine/findit/handlers/crash/test/crash_handler_test.py
|
| index 5728514e3979d2439de9a60698f276bf883ef372..35873de6584d0541ef48efcf73833f752ba1961a 100644
|
| --- a/appengine/findit/handlers/crash/test/crash_handler_test.py
|
| +++ b/appengine/findit/handlers/crash/test/crash_handler_test.py
|
| @@ -92,7 +92,7 @@ class CrashHandlerTest(CrashTestCase):
|
| return False
|
|
|
| self.mock(crash_pipeline, 'FinditForClientID',
|
| - lambda _client_id: _MockFindit())
|
| + lambda _client_id, repository: _MockFindit())
|
| self.assertFalse(crash_handler.ScheduleNewAnalysis(original_crash_data))
|
|
|
| def testScheduleNewAnalysisSkipsUnsupportedChannel(self):
|
|
|