From 389fba4ed078855dd691a9624a46325971cb1b45 Mon Sep 17 00:00:00 2001 From: Allain Magyar Date: Wed, 20 Nov 2024 16:32:23 -0300 Subject: [PATCH] fix: steps Signed-off-by: Allain Magyar --- .../test/resources/features/credential/jwt/issuance.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration-tests/src/test/resources/features/credential/jwt/issuance.feature b/tests/integration-tests/src/test/resources/features/credential/jwt/issuance.feature index b08bdddb5e..3c39d18f29 100644 --- a/tests/integration-tests/src/test/resources/features/credential/jwt/issuance.feature +++ b/tests/integration-tests/src/test/resources/features/credential/jwt/issuance.feature @@ -68,8 +68,8 @@ Feature: Issue JWT credential Scenario Outline: Issuing a credential with issuer should return Given Issuer and Holder have an existing connection - And Issuer has a published DID for JWT - And Holder has an unpublished DID for JWT + And Issuer has a published DID for 'JWT' + And Holder has an unpublished DID for 'JWT' When Issuer offers a jwt credential to Holder with issue Then Issuer should see the status code was Examples: