We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f4794 commit 5cd552bCopy full SHA for 5cd552b
test/unit/features/test_pagination_bookmark.py
@@ -28,7 +28,7 @@ class BookmarkTestPageIterator(_BookmarkPageIterator):
28
boundary_func: Callable = lambda p,l: None
29
30
def __init__(self, client, opts):
31
- super().__init__(client, BookmarkTestPageIterator.operation or client.post_view, opts)
+ super().__init__(client, BookmarkTestPageIterator.operation or client.post_search, opts)
32
33
def _result_converter(self) -> Callable[[dict], SearchResult]:
34
return lambda d: SearchResult.from_dict(d)
0 commit comments