diff --git a/tests/test_rag_phase4_final_verify.py b/tests/test_rag_phase4_final_verify.py index aff79334..530d0d65 100644 --- a/tests/test_rag_phase4_final_verify.py +++ b/tests/test_rag_phase4_final_verify.py @@ -29,7 +29,7 @@ def test_phase4_final_verify(live_gui, live_gui_workspace): # Must use absolute path — the subprocess's CWD is the workspace, so a # relative path like 'tests/artifacts/.../manualslop.toml' resolves to # the wrong dir from the subprocess's CWD. - workspace_toml = str((Path(live_gui_workspace) / "manualslop.toml").resolve()) + workspace_toml = str((Path(live_gui_workspace) / "manual_slop.toml").resolve()) if Path(workspace_toml).exists(): client.push_event("custom_callback", {"callback": "_switch_project", "args": [workspace_toml]}) switch_status = client.wait_for_project_switch(expected_path=workspace_toml, timeout=30.0)