@@ -11,8 +11,7 @@ module.exports.tests.validate = function(test, common) {
11
11
var config = {
12
12
esclient : { } ,
13
13
schema : {
14
- indexName : 'example_index' ,
15
- typeName : 'example_type'
14
+ indexName : 'example_index'
16
15
}
17
16
} ;
18
17
@@ -30,8 +29,7 @@ module.exports.tests.validate = function(test, common) {
30
29
} ,
31
30
esclient : { } ,
32
31
schema : {
33
- indexName : 'example_index' ,
34
- typeName : 'example_type'
32
+ indexName : 'example_index'
35
33
}
36
34
} ;
37
35
@@ -51,8 +49,7 @@ module.exports.tests.validate = function(test, common) {
51
49
} ,
52
50
esclient : { } ,
53
51
schema : {
54
- indexName : 'example_index' ,
55
- typeName : 'example_type'
52
+ indexName : 'example_index'
56
53
}
57
54
} ;
58
55
@@ -74,8 +71,7 @@ module.exports.tests.validate = function(test, common) {
74
71
} ,
75
72
esclient : { } ,
76
73
schema : {
77
- indexName : 'example_index' ,
78
- typeName : 'example_type'
74
+ indexName : 'example_index'
79
75
}
80
76
} ;
81
77
@@ -94,8 +90,7 @@ module.exports.tests.validate = function(test, common) {
94
90
} ,
95
91
esclient : { } ,
96
92
schema : {
97
- indexName : 'example_index' ,
98
- typeName : 'example_type'
93
+ indexName : 'example_index'
99
94
}
100
95
} ;
101
96
@@ -115,8 +110,7 @@ module.exports.tests.validate = function(test, common) {
115
110
} ,
116
111
esclient : { } ,
117
112
schema : {
118
- indexName : 'example_index' ,
119
- typeName : 'example_type'
113
+ indexName : 'example_index'
120
114
}
121
115
} ;
122
116
@@ -138,8 +132,7 @@ module.exports.tests.validate = function(test, common) {
138
132
} ,
139
133
esclient : { } ,
140
134
schema : {
141
- indexName : 'example_index' ,
142
- typeName : 'example_type'
135
+ indexName : 'example_index'
143
136
}
144
137
} ;
145
138
@@ -160,8 +153,7 @@ module.exports.tests.validate = function(test, common) {
160
153
} ,
161
154
esclient : value ,
162
155
schema : {
163
- indexName : 'example_index' ,
164
- typeName : 'example_type'
156
+ indexName : 'example_index'
165
157
}
166
158
} ;
167
159
@@ -186,8 +178,7 @@ module.exports.tests.validate = function(test, common) {
186
178
requestTimeout : value
187
179
} ,
188
180
schema : {
189
- indexName : 'example_index' ,
190
- typeName : 'example_type'
181
+ indexName : 'example_index'
191
182
}
192
183
} ;
193
184
@@ -210,8 +201,7 @@ module.exports.tests.validate = function(test, common) {
210
201
requestTimeout : 17.3
211
202
} ,
212
203
schema : {
213
- indexName : 'example_index' ,
214
- typeName : 'example_type'
204
+ indexName : 'example_index'
215
205
}
216
206
} ;
217
207
@@ -233,8 +223,7 @@ module.exports.tests.validate = function(test, common) {
233
223
requestTimeout : - 1
234
224
} ,
235
225
schema : {
236
- indexName : 'example_index' ,
237
- typeName : 'example_type'
226
+ indexName : 'example_index'
238
227
}
239
228
} ;
240
229
@@ -315,8 +304,7 @@ module.exports.tests.validate = function(test, common) {
315
304
} ,
316
305
esclient : { } ,
317
306
schema : {
318
- indexName : 'example_index' ,
319
- typeName : 'example_type'
307
+ indexName : 'example_index'
320
308
}
321
309
} ;
322
310
@@ -344,8 +332,7 @@ module.exports.tests.validate = function(test, common) {
344
332
requestTimeout : 17
345
333
} ,
346
334
schema : {
347
- indexName : 'example_index' ,
348
- typeName : 'example_type'
335
+ indexName : 'example_index'
349
336
}
350
337
} ;
351
338
@@ -374,8 +361,7 @@ module.exports.tests.validate = function(test, common) {
374
361
requestTimeout : 17
375
362
} ,
376
363
schema : {
377
- indexName : 'example_index' ,
378
- typeName : 'example_type'
364
+ indexName : 'example_index'
379
365
}
380
366
} ;
381
367
0 commit comments