File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 5959 "sort" : SortExtension (),
6060 "fields" : FieldsExtension (),
6161 "filter" : FilterExtension (client = FiltersClient ()),
62- # NOTE: there is no conformance class for the Pagination extension
63- # so `CollectionSearchExtension.from_extensions` will raise a warning
6462 "pagination" : OffsetPaginationExtension (),
6563}
6664
Original file line number Diff line number Diff line change @@ -150,10 +150,9 @@ def api_client(request, database):
150150 FilterExtension (client = FiltersClient ()),
151151 OffsetPaginationExtension (),
152152 ]
153- with pytest .warns (UserWarning ):
154- collection_search_extension = CollectionSearchExtension .from_extensions (
155- collection_extensions
156- )
153+ collection_search_extension = CollectionSearchExtension .from_extensions (
154+ collection_extensions
155+ )
157156
158157 items_get_request_model = create_request_model (
159158 model_name = "ItemCollectionUri" ,
You can’t perform that action at this time.
0 commit comments