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

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

Issue 2299883005: [Findit] Add findit_for_client to do analysis based on client_id (Closed)
Patch Set: Rebase. Created 4 years, 3 months 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
« no previous file with comments | « appengine/findit/handlers/crash/crash_handler.py ('k') | appengine/findit/model/crash/crash_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6a51c31dd13d60721d62bb2fe707ec15451082ff..579cd9f00ef9050e10f72fe6757c6f6b0a1667b9 100644
--- a/appengine/findit/handlers/crash/test/crash_handler_test.py
+++ b/appengine/findit/handlers/crash/test/crash_handler_test.py
@@ -83,5 +83,6 @@ class CrashHandlerTest(CrashTestCase):
self.assertEqual(1, len(requested_crashes))
self.assertEqual(
(crash_identifiers, chrome_version, signature, client_id,
- platform, stack_trace, channel, historic_metadata),
+ platform, stack_trace, {'channel': channel,
+ 'historical_metadata': historic_metadata}),
requested_crashes[0])
« no previous file with comments | « appengine/findit/handlers/crash/crash_handler.py ('k') | appengine/findit/model/crash/crash_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698