From 4b05f33bb9139e62fca14b93e542f3f08937a5eb Mon Sep 17 00:00:00 2001 From: "georgi.michev" <georgi.michev@vereign.com> Date: Wed, 29 Jun 2022 14:24:47 +0300 Subject: [PATCH] change tags Signed-off-by: georgi.michev <georgi.michev@vereign.com> --- .../policy/{group}/{name}/{version}/evaluation/POST.feature | 4 ++-- .../features/tsa/task/v1/task/{taskName}/GET.feature | 2 +- .../features/tsa/task/v1/task/{taskName}/POST.feature | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/resources/features/tsa/policy/policy/{group}/{name}/{version}/evaluation/POST.feature b/src/test/resources/features/tsa/policy/policy/{group}/{name}/{version}/evaluation/POST.feature index 16cbee72..2e6ce350 100644 --- a/src/test/resources/features/tsa/policy/policy/{group}/{name}/{version}/evaluation/POST.feature +++ b/src/test/resources/features/tsa/policy/policy/{group}/{name}/{version}/evaluation/POST.feature @@ -37,7 +37,7 @@ Feature: API -TSA - Policy - :group/:name/:version/evaluation POST And the response is valid according to the {Policy_Evaluate_schema.json} REST schema And the field {allow} has the value {true} - @issue-policy-35 + @bug-policy-35 Scenario: TSA - DID resolution - Positive Given I load the REST request {Policy.json} with profile {didResolve_evaluate} And I execute the policy {/policy/example/resolve/1.0/evaluation} @@ -68,7 +68,7 @@ Feature: API -TSA - Policy - :group/:name/:version/evaluation POST And the response is valid according to the {Policy_Evaluate_negative_schema.json} REST schema And the field {message} has the value {error evaluating policy} - @negative @issue-policy-35 + @negative @bug-policy-35 Scenario: TSA - DID resolution with incorrect did - Negative Then I load the REST request {Policy.json} with profile {didResolve_missing_method} And I execute the policy {/policy/example/resolve/1.0/evaluation} diff --git a/src/test/resources/features/tsa/task/v1/task/{taskName}/GET.feature b/src/test/resources/features/tsa/task/v1/task/{taskName}/GET.feature index 42eb3f41..1ee88762 100644 --- a/src/test/resources/features/tsa/task/v1/task/{taskName}/GET.feature +++ b/src/test/resources/features/tsa/task/v1/task/{taskName}/GET.feature @@ -30,7 +30,7 @@ Feature: API -TSA - Task - v1/task GET Background: Given we are testing the TSA Task Api - @issue-policy-35 + @bug-policy-35 Scenario: TSA - Executing Task with DID resolver and Evaluate the Cache - Positive Given I load the REST request {Policy.json} with profile {didResolve_evaluate} And I send the current request as POST to endpoint {/v1/task/didResolve} diff --git a/src/test/resources/features/tsa/task/v1/task/{taskName}/POST.feature b/src/test/resources/features/tsa/task/v1/task/{taskName}/POST.feature index 38c6cc2c..bd1a4e35 100644 --- a/src/test/resources/features/tsa/task/v1/task/{taskName}/POST.feature +++ b/src/test/resources/features/tsa/task/v1/task/{taskName}/POST.feature @@ -30,7 +30,7 @@ Feature: API -TSA - Task - v1/task POST Background: Given we are testing the TSA Task Api - @issue-policy-35 + @bug-policy-35 Scenario: TSA - Executing Task with DID resolver - Positive Then I load the REST request {Policy.json} with profile {didResolve_evaluate} And I send the current request as POST to endpoint {/v1/task/didResolve} -- GitLab