From fc9abcb7025e7bd6b30d5c624811214874b9701a Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Mon, 14 Oct 2024 17:32:43 +0200 Subject: [PATCH] fix --- tests/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 2bdcc0b..e571cae 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -134,7 +134,6 @@ def api_client(request, database): FilterExtension(client=FiltersClient()), BulkTransactionExtension(client=BulkTransactionsClient()), ] - collection_search_extension = CollectionSearchExtension.from_extensions(extensions) collection_extensions = [ QueryExtension(),