Skip to content

Commit 7e4ac7e

Browse files
committed
Fix Solr test regression due to an example content change. This shouldn't happen, tests should not be based on example content and always start with a clean instance without any content
1 parent 1aa674f commit 7e4ac7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/tests/services/search/test_solr_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def _setup(self, api_manager_request):
1515
"query,items",
1616
[
1717
("plone", 9),
18-
("kitconcept", 2),
18+
("kitconcept", 3),
1919
],
2020
)
2121
def test_queries(self, query: str, items: int):

0 commit comments

Comments
 (0)