Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Fanit Kolchina <[email protected]>
  • Loading branch information
kolchfa-aws committed Sep 9, 2024
1 parent 2a9f579 commit 70ac83a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion spec/schemas/_common.query_dsl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ components:
ignore_unmapped:
$ref: '#/components/schemas/IgnoreUnmapped'
additionalProperties:
$ref: '#/components/schemas/GeoShapeField'
$ref: '#/components/schemas/GeoShapeField'
minProperties: 1
HasChildQuery:
allOf:
Expand Down
1 change: 0 additions & 1 deletion tests/default/_core/search/query/geo_bounding_box.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ chapters:
validation_method: strict
type: memory
ignore_unmapped: false
# _name: my_query
response:
status: 200
payload:
Expand Down

0 comments on commit 70ac83a

Please sign in to comment.