diff --git a/tests/python/dashboard/util.py b/tests/python/dashboard/util.py index 00f4aa52c..1d7d2d624 100644 --- a/tests/python/dashboard/util.py +++ b/tests/python/dashboard/util.py @@ -90,7 +90,7 @@ def start_dashboard(): Function which starts up impactx-dashboard server. """ repo_root = find_repo_root() - working_directory = os.path.join(repo_root, "src", "python", "impactx", "dashboard") + working_directory = os.path.join(repo_root, "src", "python", "impactx") working_directory = os.path.normpath(working_directory) return subprocess.Popen(