diff --git a/tests/studio/test_chat_preset_builtin_invariants.py b/tests/studio/test_chat_preset_builtin_invariants.py index 7bc2719977..2927d9b462 100644 --- a/tests/studio/test_chat_preset_builtin_invariants.py +++ b/tests/studio/test_chat_preset_builtin_invariants.py @@ -8,12 +8,8 @@ from pathlib import Path import pytest WORKDIR = Path(__file__).resolve().parents[2] -PRESET_POLICY = ( - WORKDIR / "studio/frontend/src/features/chat/presets/preset-policy.ts" -) -RUNTIME_TYPES = ( - WORKDIR / "studio/frontend/src/features/chat/types/runtime.ts" -) +PRESET_POLICY = WORKDIR / "studio/frontend/src/features/chat/presets/preset-policy.ts" +RUNTIME_TYPES = WORKDIR / "studio/frontend/src/features/chat/types/runtime.ts" TEMP = WORKDIR / "temp" / "chat_preset_builtin_invariants"