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

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

Issue 2663063007: [Predator] Switch from anonymous dict to CrashData. (Closed)
Patch Set: Rebase and fix delta test. Created 3 years, 10 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
Index: appengine/findit/handlers/crash/test/fracas_result_feedback_test.py
diff --git a/appengine/findit/handlers/crash/test/fracas_result_feedback_test.py b/appengine/findit/handlers/crash/test/fracas_result_feedback_test.py
index 072fed7206467f5704ab382fba02fde5b7dc509a..4a64bda998003ea551c684ff883dcdc31022cba2 100644
--- a/appengine/findit/handlers/crash/test/fracas_result_feedback_test.py
+++ b/appengine/findit/handlers/crash/test/fracas_result_feedback_test.py
@@ -32,7 +32,6 @@ class FracasResultFeedbackTest(testing.AppengineTestCase):
analysis.stack_trace = 'dummy\nframe1\nframe2'
analysis.platform = 'android'
analysis.channel = 'canary'
- analysis.client_id = 'fracas'
analysis.status = analysis_status.COMPLETED
analysis.historical_metadata = [
{'chrome_version': '53.0.2748.0', 'cpm': 0},

Powered by Google App Engine
This is Rietveld 408576698