| Index: tools/telemetry/telemetry/internal/util/webpagereplay_unittest.py
|
| diff --git a/tools/telemetry/telemetry/internal/util/webpagereplay_unittest.py b/tools/telemetry/telemetry/internal/util/webpagereplay_unittest.py
|
| index bfc40b090f4867cf8eddd9a1f4975e682de4fdce..518e0d23baff42b69be6b35baf5b56951ba6e8ec 100644
|
| --- a/tools/telemetry/telemetry/internal/util/webpagereplay_unittest.py
|
| +++ b/tools/telemetry/telemetry/internal/util/webpagereplay_unittest.py
|
| @@ -8,7 +8,7 @@ import unittest
|
| from telemetry.internal.util import webpagereplay
|
|
|
|
|
| -# pylint: disable=W0212
|
| +# pylint: disable=protected-access
|
| class CreateCommandTest(unittest.TestCase):
|
| def testHasDnsGivesDnsPort(self):
|
| expected_cmd_line = [
|
| @@ -29,7 +29,7 @@ class CreateCommandTest(unittest.TestCase):
|
| self.assertEqual(expected_cmd_line, cmd_line)
|
|
|
|
|
| -# pylint: disable=W0212
|
| +# pylint: disable=protected-access
|
| class ParseLogFilePortsTest(unittest.TestCase):
|
| def testEmptyLinesGivesEmptyDict(self):
|
| log_lines = iter([])
|
|
|