File tree 1 file changed +7
-7
lines changed
rest-api-spec/src/main/resources/rest-api-spec/test/snapshot.get 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -172,8 +172,8 @@ setup:
172
172
---
173
173
" Get snapshot info with metadata " :
174
174
- skip :
175
- version : " - 7.2 .99"
176
- reason : " metadata field was added in 7.3 "
175
+ version : " - 7.9 .99"
176
+ reason : " 8.0 changes get snapshots response format "
177
177
178
178
- do :
179
179
indices.create :
@@ -196,11 +196,11 @@ setup:
196
196
repository : test_repo_get_1
197
197
snapshot : test_snapshot_with_metadata
198
198
199
- - is_true : snapshots
200
- - match : { snapshots.0.snapshot: test_snapshot_with_metadata }
201
- - match : { snapshots.0.state: SUCCESS }
202
- - match : { snapshots.0.metadata.taken_by: test }
203
- - match : { snapshots.0.metadata.foo.bar: baz }
199
+ - is_true : responses.0. snapshots
200
+ - match : { responses.0. snapshots.0.snapshot: test_snapshot_with_metadata }
201
+ - match : { responses.0. snapshots.0.state: SUCCESS }
202
+ - match : { responses.0. snapshots.0.metadata.taken_by: test }
203
+ - match : { responses.0. snapshots.0.metadata.foo.bar: baz }
204
204
205
205
- do :
206
206
snapshot.delete :
You can’t perform that action at this time.
0 commit comments