diff --git a/tests/plugins/ml/ml/memory/message/get.yaml b/tests/plugins/ml/ml/memory/message/get.yaml index 63151e18..bc09b79f 100644 --- a/tests/plugins/ml/ml/memory/message/get.yaml +++ b/tests/plugins/ml/ml/memory/message/get.yaml @@ -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' diff --git a/tests/plugins/ml/ml/memory/message/get_traces.yaml b/tests/plugins/ml/ml/memory/message/get_traces.yaml index 8e267fe5..1189261f 100644 --- a/tests/plugins/ml/ml/memory/message/get_traces.yaml +++ b/tests/plugins/ml/ml/memory/message/get_traces.yaml @@ -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' diff --git a/tests/plugins/ml/ml/memory/message/update.yaml b/tests/plugins/ml/ml/memory/message/update.yaml index 129f354c..f6de5508 100644 --- a/tests/plugins/ml/ml/memory/message/update.yaml +++ b/tests/plugins/ml/ml/memory/message/update.yaml @@ -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' diff --git a/tests/plugins/ml/ml/memory/messages/create.yaml b/tests/plugins/ml/ml/memory/messages/create.yaml index 5ec9cd64..54b5c5ca 100644 --- a/tests/plugins/ml/ml/memory/messages/create.yaml +++ b/tests/plugins/ml/ml/memory/messages/create.yaml @@ -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' diff --git a/tests/plugins/ml/ml/memory/messages/get_all.yaml b/tests/plugins/ml/ml/memory/messages/get_all.yaml index c39ab7fb..1c7a9692 100644 --- a/tests/plugins/ml/ml/memory/messages/get_all.yaml +++ b/tests/plugins/ml/ml/memory/messages/get_all.yaml @@ -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' diff --git a/tests/plugins/ml/ml/memory/messages/search.yaml b/tests/plugins/ml/ml/memory/messages/search.yaml index 03b6d701..5f759a2a 100644 --- a/tests/plugins/ml/ml/memory/messages/search.yaml +++ b/tests/plugins/ml/ml/memory/messages/search.yaml @@ -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'