Skip to content

Commit 052783c

Browse files
committed
fix(tests): add the page parameter in tests for union search
1 parent 9890adf commit 052783c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

test/SearchRequestAdpater.test.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,9 @@ describe("SearchRequestAdapter", () => {
332332
},
333333
],
334334
},
335-
{},
335+
{
336+
page: 1,
337+
},
336338
);
337339
});
338340

@@ -466,6 +468,7 @@ describe("SearchRequestAdapter", () => {
466468
conversation: true,
467469
conversation_id: "conv_123",
468470
conversation_model_id: "model_456",
471+
page: 1,
469472
},
470473
);
471474
});
@@ -507,7 +510,9 @@ describe("SearchRequestAdapter", () => {
507510
},
508511
],
509512
},
510-
{},
513+
{
514+
page: 1,
515+
},
511516
);
512517
});
513518
});

0 commit comments

Comments
 (0)