Skip to content

Commit

Permalink
remove get from test
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-vila committed Jun 3, 2024
1 parent ee776b4 commit 3f3c584
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 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,5 @@ chapters:
text: "passage_embedding"
response:
status: 200
- synopsis: Query created pipeline
path: /_ingest/pipeline/{id}
method: GET
parameters:
id: books_pipeline
response:
status: 200

payload:
acknowledged: true

0 comments on commit 3f3c584

Please sign in to comment.