| Index: tools/telemetry/telemetry/internal/platform/platform_backend_unittest.py
|
| diff --git a/tools/telemetry/telemetry/internal/platform/platform_backend_unittest.py b/tools/telemetry/telemetry/internal/platform/platform_backend_unittest.py
|
| index c94de618da3f679206cfea77ebaa437f00936093..b2e9e98ef636cd56edd35c4d50897ff1dfd61f11 100644
|
| --- a/tools/telemetry/telemetry/internal/platform/platform_backend_unittest.py
|
| +++ b/tools/telemetry/telemetry/internal/platform/platform_backend_unittest.py
|
| @@ -26,7 +26,7 @@ class PlatformBackendTest(unittest.TestCase):
|
| browser_mock = lambda: None
|
| # Android needs to access the package of the monitored app.
|
| if platform.GetOSName() == 'android':
|
| - # pylint: disable=W0212
|
| + # pylint: disable=protected-access
|
| browser_mock._browser_backend = lambda: None
|
| # Monitor the launcher, which is always present.
|
| browser_mock._browser_backend.package = 'com.android.launcher'
|
|
|