diff --git a/integration-tests/sdk-typescript/tool-control.test.ts b/integration-tests/sdk-typescript/tool-control.test.ts index ad6243180..b0366a9b8 100644 --- a/integration-tests/sdk-typescript/tool-control.test.ts +++ b/integration-tests/sdk-typescript/tool-control.test.ts @@ -1122,7 +1122,7 @@ describe('Tool Control Parameters (E2E)', () => { ...input, file_path: (input['file_path'] as string).replace( 'test.txt', - 'test.txt', + './test.txt', ), }; return { behavior: 'allow', updatedInput: modifiedInput };