Skip to content

Commit 5cd552b

Browse files
committed
test: fix default operation for bookmark test
1 parent 41f4794 commit 5cd552b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/features/test_pagination_bookmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class BookmarkTestPageIterator(_BookmarkPageIterator):
2828
boundary_func: Callable = lambda p,l: None
2929

3030
def __init__(self, client, opts):
31-
super().__init__(client, BookmarkTestPageIterator.operation or client.post_view, opts)
31+
super().__init__(client, BookmarkTestPageIterator.operation or client.post_search, opts)
3232

3333
def _result_converter(self) -> Callable[[dict], SearchResult]:
3434
return lambda d: SearchResult.from_dict(d)

0 commit comments

Comments
 (0)