Skip to content

Commit ebf1500

Browse files
committed
reverting test changes
1 parent 319c886 commit ebf1500

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.put_settings/20_update_non_dynamic_settings.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ setup:
33
cluster_features: "gte_v8.12.0"
44
reason: 'ability to update non-dynamic settings added in 8.12'
55

6-
---
7-
"Test update non dynamic settings":
86
- do:
97
indices.create:
108
index: test-index
@@ -13,6 +11,8 @@ setup:
1311
index:
1412
number_of_replicas: 0
1513

14+
---
15+
"Test update non dynamic settings":
1616
- do:
1717
indices.put_settings:
1818
index: test-index
@@ -55,3 +55,4 @@ setup:
5555
flat_settings: false
5656
- match:
5757
test-index.settings.index.codec: "best_compression"
58+

0 commit comments

Comments
 (0)