Index: tools/telemetry/telemetry/page/actions/wait_unittest.py |
diff --git a/tools/telemetry/telemetry/page/actions/wait_unittest.py b/tools/telemetry/telemetry/page/actions/wait_unittest.py |
index f3d111a8666bbfe687d4a3be1e9e041cf604c911..a7f68317f0aad3ea4a93923cd731cd540dff3456 100644 |
--- a/tools/telemetry/telemetry/page/actions/wait_unittest.py |
+++ b/tools/telemetry/telemetry/page/actions/wait_unittest.py |
@@ -11,7 +11,7 @@ class WaitActionTest(tab_test_case.TabTestCase): |
def testWaitAction(self): |
unittest_data_dir = os.path.join(os.path.dirname(__file__), |
'..', '..', '..', 'unittest_data') |
- self._browser.SetHTTPServerDirectory(unittest_data_dir) |
+ self._browser.SetHTTPServerDirectories(unittest_data_dir) |
self._tab.Navigate( |
self._browser.http_server.UrlOf('blank.html')) |
self._tab.WaitForDocumentReadyStateToBeComplete() |