Skip to content

Commit f337c1b

Browse files
committed
Fix lint error
Signed-off-by: Aleksandr Tuliakov <[email protected]>
1 parent 5da44bb commit f337c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/default/rollup/jobs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ chapters:
117117
index:
118118
number_of_shards: '2'
119119
number_of_replicas: '0'
120-
codec: 'zlib'
120+
codec: zlib
121121
- synopsis: Get an index rollup job with target_index_settings.
122122
version: '>= 3.0'
123123
path: /_plugins/_rollup/jobs/{id}
@@ -134,7 +134,7 @@ chapters:
134134
index:
135135
number_of_shards: '2'
136136
number_of_replicas: '0'
137-
codec: 'zlib'
137+
codec: zlib
138138
- synopsis: Delete an index rollup job.
139139
path: /_plugins/_rollup/jobs/{id}
140140
method: DELETE

0 commit comments

Comments
 (0)