Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2594)

Unified Diff: appengine/findit/handlers/crash/test/crash_handler_test.py

Issue 2432203003: [Predator] Run predator. (Closed)
Patch Set: Fix nits. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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):

Powered by Google App Engine
This is Rietveld 408576698