Skip to content

Commit

Permalink
fixing lint and validate ci
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Dec 7, 2024
1 parent 8057935 commit 7335730
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions spec/namespaces/_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,8 @@ paths:
- $ref: '#/components/parameters/search_shards::query.local'
- $ref: '#/components/parameters/search_shards::query.preference'
- $ref: '#/components/parameters/search_shards::query.routing'
requestBody:
$ref: '#/components/requestBodies/search_shards'
responses:
'200':
$ref: '#/components/responses/search_shards@200'
Expand Down Expand Up @@ -2005,6 +2007,8 @@ paths:
- $ref: '#/components/parameters/search_shards::query.local'
- $ref: '#/components/parameters/search_shards::query.preference'
- $ref: '#/components/parameters/search_shards::query.routing'
requestBody:
$ref: '#/components/requestBodies/search_shards'
responses:
'200':
$ref: '#/components/responses/search_shards@200'
Expand Down
2 changes: 1 addition & 1 deletion tests/default/_core/search_shards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ chapters:
payload:
query:
match:
title: "To Kill a Mockingbird"
title: To Kill a Mockingbird
response:
status: 200
2 changes: 1 addition & 1 deletion tests/default/indices/search_shards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ chapters:
payload:
query:
match:
title: "To Kill a Mockingbird"
title: To Kill a Mockingbird
response:
status: 200

0 comments on commit 7335730

Please sign in to comment.