From bb02e47c085930b6f79fa7091733cf4f3a6aaf25 Mon Sep 17 00:00:00 2001
From: rosengeorgiev <rosen.georgiev@vereign.com>
Date: Thu, 23 Mar 2023 13:25:39 +0200
Subject: [PATCH] code review comments fix

---
 .../features/ocm/attestation/v1/credential/GET.feature        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/resources/features/ocm/attestation/v1/credential/GET.feature b/src/test/resources/features/ocm/attestation/v1/credential/GET.feature
index e13ba26..122e6cf 100644
--- a/src/test/resources/features/ocm/attestation/v1/credential/GET.feature
+++ b/src/test/resources/features/ocm/attestation/v1/credential/GET.feature
@@ -51,7 +51,7 @@ Feature: API - OCM - attestation - v1 - credential GET
     And the field {$.data.records} contains {5} elements
 
   @cred @negative
-  Scenario Outline: OCM - Attestation - Try to Get a credential with filter <credDefId> and value <value> - Negative
+  Scenario Outline: OCM - Attestation - Try to Get a credential with filter <filter> and value <value> - Negative
     Then I get specific credential with filter {<filter>} and value {<value>} via OCM api
     And the status code should be {<code>}
     And the field {message} contains the value {<msg>}
@@ -69,7 +69,7 @@ Feature: API - OCM - attestation - v1 - credential GET
       | threadId            | 2ewqeadasdadasda                          | 404  | No Data found | 404        |
 
   @cred
-  Scenario Outline: OCM - Attestation - Get a credential with filter <credDefId> - Positive
+  Scenario Outline: OCM - Attestation - Get a credential with filter <filter> - Positive
   #Get all credentials to choose 1 and get its data to be able to filter after that
     Given I get all credentials with pageSize {20} and page {0} via OCM api
     And the status code should be {200}
-- 
GitLab