Skip to content

Commit

Permalink
Fix schema path
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Jan 15, 2025
1 parent aedaf8a commit 30f5235
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/plugins/ml/ml/memory/message/get.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$schema: ../../../../../json_schemas/test_story.schema.yaml
$schema: ../../../../../../json_schemas/test_story.schema.yaml

description: Test the retrieval of a message by ID.
version: '>= 2.12'
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/ml/ml/memory/message/get_traces.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$schema: ../../../../../json_schemas/test_story.schema.yaml
$schema: ../../../../../../json_schemas/test_story.schema.yaml

description: Test the retrieval of message trace.
version: '>= 2.12'
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/ml/ml/memory/message/update.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$schema: ../../../../../json_schemas/test_story.schema.yaml
$schema: ../../../../../../json_schemas/test_story.schema.yaml

description: Test updating a message.
version: '>= 2.12'
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/ml/ml/memory/messages/create.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$schema: ../../../../../json_schemas/test_story.schema.yaml
$schema: ../../../../../../json_schemas/test_story.schema.yaml

description: Test the creation of a message.
version: '>= 2.12'
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/ml/ml/memory/messages/get_all.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$schema: ../../../../../json_schemas/test_story.schema.yaml
$schema: ../../../../../../json_schemas/test_story.schema.yaml

description: Test the retrieval of all messages.
version: '>= 2.12'
Expand Down
2 changes: 1 addition & 1 deletion tests/plugins/ml/ml/memory/messages/search.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$schema: ../../../../../json_schemas/test_story.schema.yaml
$schema: ../../../../../../json_schemas/test_story.schema.yaml

description: Test the search of messages.
version: '>= 2.12'
Expand Down

0 comments on commit 30f5235

Please sign in to comment.