| Index: tools/telemetry/telemetry/page/actions/action_runner_unittest.py
|
| diff --git a/tools/telemetry/telemetry/page/actions/action_runner_unittest.py b/tools/telemetry/telemetry/page/actions/action_runner_unittest.py
|
| index 43401a18f69bbbe15829ba69789fcbe9509a8184..ec097dd78bb442ea2f2af67b849a3f1afaa1b407 100644
|
| --- a/tools/telemetry/telemetry/page/actions/action_runner_unittest.py
|
| +++ b/tools/telemetry/telemetry/page/actions/action_runner_unittest.py
|
| @@ -43,7 +43,7 @@ class ActionRunnerInteractionTest(tab_test_case.TabTestCase):
|
| self.assertEqual(
|
| 1, len(records),
|
| 'Failed to issue the interaction record on the tracing timeline.'
|
| - ' Trace data:\n%s' % repr(trace_data.EventData()))
|
| + ' Trace data:\n%s' % repr(trace_data._raw_data))
|
| self.assertEqual('InteractionName', records[0].label)
|
| for attribute_name in interaction_kwargs:
|
| self.assertTrue(getattr(records[0], attribute_name))
|
|
|