Skip to content

Commit

Permalink
chore: fix typos in e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk committed Jan 15, 2025
1 parent f9d1430 commit 82addfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: Issue SD-JWT credential
And Issuer adds a '<authentication>' key for 'authentication' purpose with '<authenticationName>' name to the custom PRISM DID
And Issuer creates the custom PRISM DID
And Issuer publishes DID to ledger
And Issuer has published 'ID_SCHEMA' schema
And Issuer has a published 'ID_SCHEMA' schema
When Issuer offers a sd-jwt credential to Holder
And Holder receives the credential offer
And Holder accepts credential offer for sd-jwt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Feature: Issue JWT Credentials using OID4VCI authorization code flow

Background:
Given Issuer has a published DID for 'OIDC_JWT'
And Issuer has published 'STUDENT_SCHEMA' schema
And Issuer has a published 'STUDENT_SCHEMA' schema
And Issuer has an existing oid4vci issuer
And Issuer has 'StudentProfile' credential configuration created from 'STUDENT_SCHEMA'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Feature: Manage OID4VCI credential configuration

Background:
Given Issuer has a published DID for 'OIDC_JWT'
And Issuer has published 'STUDENT_SCHEMA' schema
And Issuer has a published 'STUDENT_SCHEMA' schema
And Issuer has an existing oid4vci issuer

Scenario: Successfully create credential configuration
Expand Down

0 comments on commit 82addfa

Please sign in to comment.