We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d49272 commit 9dda757Copy full SHA for 9dda757
tests/test_integration/test_data.py
@@ -25,9 +25,6 @@
25
26
FLAT_GIT_INDEX: Dict[str, Any] = {
27
"settings": {
28
- # just one shard, no replicas for testing
29
- "number_of_shards": 1,
30
- "number_of_replicas": 0,
31
# custom analyzer for analyzing file paths
32
"analysis": {
33
"analyzer": {
@@ -58,9 +55,6 @@
58
55
59
56
GIT_INDEX: Dict[str, Any] = {
60
57
61
62
63
64
65
66
0 commit comments