| Index: trunk/src/tools/telemetry/telemetry/page/html_page_measurement_results_unittest.py
|
| ===================================================================
|
| --- trunk/src/tools/telemetry/telemetry/page/html_page_measurement_results_unittest.py (revision 233019)
|
| +++ trunk/src/tools/telemetry/telemetry/page/html_page_measurement_results_unittest.py (working copy)
|
| @@ -38,7 +38,7 @@
|
| class HtmlPageMeasurementResultsTest(unittest.TestCase):
|
|
|
| # TODO(tonyg): Remove this backfill when we can assume python 2.7 everywhere.
|
| - def assertIn(self, first, second, _=None):
|
| + def assertIn(self, first, second, msg=None):
|
| self.assertTrue(first in second,
|
| msg="'%s' not found in '%s'" % (first, second))
|
|
|
|
|