Skip to content

Commit

Permalink
remove get from test
Browse files Browse the repository at this point in the history
Signed-off-by: miguel-vila <[email protected]>
  • Loading branch information
miguel-vila committed Jun 3, 2024
1 parent ee776b4 commit 32f992a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions spec/schemas/ingest._common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ components:
$ref: '_common.yaml#/components/schemas/VersionNumber'
_meta:
$ref: '_common.yaml#/components/schemas/Metadata'
required:
- _meta
ProcessorContainer:
type: object
properties:
Expand Down
7 changes: 5 additions & 2 deletions tests/text_embedding_processor.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
$schema: ../json_schemas/test_story.schema.yaml

skip: false
description: This story tests that you can create
description: |
This test story checks that we can create an ingest pipeline with a text
embedding processor
epilogues:
- path: /_ingest/pipeline/books_pipeline
method: DELETE
Expand All @@ -22,11 +24,12 @@ chapters:
text: "passage_embedding"
response:
status: 200
payload:
acknowledged: true
- synopsis: Query created pipeline
path: /_ingest/pipeline/{id}
method: GET
parameters:
id: books_pipeline
response:
status: 200

0 comments on commit 32f992a

Please sign in to comment.