Skip to content

Commit

Permalink
fix spotlessMiscCheck
Browse files Browse the repository at this point in the history
Signed-off-by: kkewwei <kkewwei@163.com>
  • Loading branch information
kkewwei committed May 29, 2024
1 parent 639b596 commit 7fa4722
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ setup:
issue:
properties:
labels:
type: "flat_object",
normalizer: "lowercase",
null_value: "abc",
depth_limit: 3,
ignore_above: 3,
doc_values: "false",
similarity: "boolean",
type: flat_object
normalizer: lowercase
null_value: abc
depth_limit: 3
ignore_above: 3
doc_values: false
similarity: boolean

- do:
index:
Expand Down Expand Up @@ -99,8 +99,8 @@ setup:
issue:
properties:
labels:
type: "flat_object",
ignore_above: -22,
type: flat_object
ignore_above: -22

- do:
index:
Expand Down Expand Up @@ -129,8 +129,8 @@ setup:
issue:
properties:
labels:
type: "flat_object",
depth_limit: -20,
type: flat_object
depth_limit: -20

- do:
index:
Expand Down Expand Up @@ -324,4 +324,4 @@ teardown:
}

- length: { hits.hits: 1 }
- match: { hits.hits.0._source.issue.labels: "va1" }
- match: { hits.hits.0._source.issue.labels: "va1" }

0 comments on commit 7fa4722

Please sign in to comment.