Skip to content

Commit 66afbea

Browse files
steipeteAlix-007
authored andcommitted
test(firecrawl): use canonical plugin config fixture
Co-authored-by: Alix-007 <[email protected]>
1 parent 7433074 commit 66afbea

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

extensions/firecrawl/src/firecrawl-tools.test.ts

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,13 +1320,15 @@ describe("firecrawl tools", () => {
13201320

13211321
it("respects positive numeric overrides for scrape and cache behavior", () => {
13221322
const cfg = {
1323-
tools: {
1324-
web: {
1325-
fetch: {
1326-
firecrawl: {
1327-
onlyMainContent: false,
1328-
maxAgeMs: 1234,
1329-
timeoutSeconds: 42,
1323+
plugins: {
1324+
entries: {
1325+
firecrawl: {
1326+
config: {
1327+
webFetch: {
1328+
onlyMainContent: false,
1329+
maxAgeMs: 1234,
1330+
timeoutSeconds: 42,
1331+
},
13301332
},
13311333
},
13321334
},

0 commit comments

Comments
 (0)