Skip to content

Commit becef20

Browse files
authored
Fixing random sampling yaml rest tests for #137290 (#137301)
I failed to merge in main before merging #137271 so I didn't pick up the changes in #137290. This accounts for them.
1 parent caa029f commit becef20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.get_sample/30_with_data_streams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,4 @@ teardown:
285285

286286
- do:
287287
indices.get_all_sample_configuration: {}
288-
- length: { $body: 0 }
288+
- length: { configurations: 0 }

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.get_sample_stats/30_with_data_streams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,4 +446,4 @@ teardown:
446446

447447
- do:
448448
indices.get_all_sample_configuration: {}
449-
- length: { $body: 0 }
449+
- length: { configurations: 0 }

0 commit comments

Comments
 (0)