Skip to content

Commit e3914bb

Browse files
remove shard/replica restrictions from test datasets
1 parent 0d49272 commit e3914bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_integration/test_data.py

-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@
5858

5959
GIT_INDEX: Dict[str, Any] = {
6060
"settings": {
61-
# just one shard, no replicas for testing
62-
"number_of_shards": 1,
63-
"number_of_replicas": 0,
6461
# custom analyzer for analyzing file paths
6562
"analysis": {
6663
"analyzer": {

0 commit comments

Comments
 (0)