| 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},
|
|
|