Index: testing/scripts/headless_python_unittests.py |
diff --git a/testing/scripts/headless_python_unittests.py b/testing/scripts/headless_python_unittests.py |
index 8df9db06357b7658ce7a731c07971d77520d070a..f551b16234e0fb1fdd2d3a4c956267ed36c9fb78 100755 |
--- a/testing/scripts/headless_python_unittests.py |
+++ b/testing/scripts/headless_python_unittests.py |
@@ -18,7 +18,8 @@ def main_run(args): |
_AddToPathIfNeeded(typ_path) |
import typ |
- top_level_dir = os.path.join(common.SRC_DIR, 'headless', 'lib', 'browser') |
+ top_level_dir = os.path.join( |
+ common.SRC_DIR, 'headless', 'lib', 'browser', 'devtools_api') |
with common.temporary_file() as tempfile_path: |
rc = typ.main( |
argv=[], |