Skip to content

Commit 8ea8b3f

Browse files
committed
fix: update test for visibleHtmlTool to include removeScripts argument
- Modified the test case to specify the `removeScripts` argument as `false` to align with recent changes in the tool's functionality.
1 parent e24dd54 commit 8ea8b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/tools/browser/visiblePage.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ describe('VisibleHtmlTool', () => {
127127
});
128128

129129
test('should retrieve HTML content', async () => {
130-
const args = {};
130+
const args = { removeScripts: false };
131131

132132
const result = await visibleHtmlTool.execute(args, mockContext);
133133

0 commit comments

Comments
 (0)