| Index: tools/telemetry/telemetry/page/actions/scroll_unittest.py
|
| diff --git a/tools/telemetry/telemetry/page/actions/scroll_unittest.py b/tools/telemetry/telemetry/page/actions/scroll_unittest.py
|
| index aff65b5ef27bcca63f35cd0dd07644d7c403d982..578ecd81509eced27fd4cd9f3503329afc22c858 100644
|
| --- a/tools/telemetry/telemetry/page/actions/scroll_unittest.py
|
| +++ b/tools/telemetry/telemetry/page/actions/scroll_unittest.py
|
| @@ -12,7 +12,7 @@ class ScrollActionTest(tab_test_case.TabTestCase):
|
| self, filename, page_attributes):
|
| unittest_data_dir = os.path.join(os.path.dirname(__file__),
|
| '..', '..', '..', 'unittest_data')
|
| - self._browser.SetHTTPServerDirectory(unittest_data_dir)
|
| + self._browser.SetHTTPServerDirectories(unittest_data_dir)
|
| page = page_module.Page(
|
| self._browser.http_server.UrlOf(filename),
|
| None, # In this test, we don't need a page set.
|
|
|