Skip to content

Commit 5722fd1

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

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)