Skip to content

Commit

Permalink
test(contentful): update search-by-keywords test with paging parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
asastre committed Jul 28, 2021
1 parent bdd6f51 commit f4887ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export function keywordsWithMockCms(
stemBlackList: { [locale: string]: StemmingBlackList[] } = {}
): SearchByKeywords {
const mockCms = mock(DummyCMS)
when(mockCms.contentsWithKeywords(deepEqual(context))).thenResolve(
when(mockCms.contentsWithKeywords(deepEqual(context), undefined)).thenResolve(
allContents
)
const normalizer = new Normalizer(stemBlackList)
Expand Down

0 comments on commit f4887ed

Please sign in to comment.