Skip to content

Commit

Permalink
Fixing SHA and content schema
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Garg <[email protected]>
  • Loading branch information
Harsh Garg committed Nov 11, 2024
1 parent ff03ffa commit d3ded86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
ref: '@sha256:57a1cd1142d68c203e2e4aa0666d9a691e1e409a5d14aa4a8f5044036f05cf06'
- version: 3.0.0
hub: opensearchstaging
ref: 'sha256:cc9eb31c36b3d3c9fc9b0a3d308008b482269700e25de1b11b4ee55396260544'
ref: '@sha256:cc9eb31c36b3d3c9fc9b0a3d308008b482269700e25de1b11b4ee55396260544'

name: test-opensearch-spec (version=${{ matrix.entry.version }}, hub=${{ matrix.entry.hub || 'opensearchproject' }}, tests=${{ matrix.entry.tests || 'default' }})
runs-on: ubuntu-latest
Expand Down
6 changes: 4 additions & 2 deletions spec/namespaces/list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ components:
list.indices@200:
content:
text/plain:
type: string
schema:
type: string
application/json:
schema:
type: object
Expand Down Expand Up @@ -179,7 +180,8 @@ components:
list.shards@200:
content:
text/plain:
type: string
schema:
type: string
application/json:
schema:
type: object
Expand Down

0 comments on commit d3ded86

Please sign in to comment.