Skip to content

Commit 7a2535e

Browse files
Fix rest-api-spec:spotlessApply
Signed-off-by: Bruce Hong <[email protected]>
1 parent 249f59c commit 7a2535e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/index/111_false_allow_templates.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
get:
7171
index: test_1
7272
id: 1
73-
- match:
74-
_source:
73+
- match:
74+
_source:
7575
url: "https://example.com"
7676
date_timestamp: "2024-06-25T05:11:51.243Z"
7777
stringField: "bar"
@@ -88,4 +88,4 @@
8888
- match: {test_1.mappings.properties.date_timestamp.type: date}
8989
- match: {test_1.mappings.properties.stringField.type: keyword}
9090
- match: {test_1.mappings.properties.objectField.properties.bar1.type: keyword}
91-
- match: {test_1.mappings.properties.objectField.properties.bar2.type: text}
91+
- match: {test_1.mappings.properties.objectField.properties.bar2.type: text}

0 commit comments

Comments
 (0)