Skip to content

Commit

Permalink
chore: removes test tag
Browse files Browse the repository at this point in the history
Signed-off-by: Allain Magyar <[email protected]>
  • Loading branch information
amagyar-iohk committed Sep 26, 2024
1 parent 992514f commit f1aef3b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Feature: Manage OID4VCI credential issuer
Then Issuer cannot see the oid4vci issuer on the agent
And Issuer cannot see the oid4vci IssuerMetadata endpoint

@test
Scenario Outline: Create issuer with <description> expect <httpStatus> response
When Issuer tries to create oid4vci issuer with '<id>', '<url>', '<clientId>' and '<clientSecret>'
Then Issuer should see the oid4vci '<httpStatus>' http status response with '<errorDetail>' detail
Expand All @@ -32,7 +31,6 @@ Feature: Manage OID4VCI credential issuer
| 4048ef76-749d-4296-8c6c-07c8a20733a0 | http://example.com | id | secret | 201 | | right values |
| 4048ef76-749d-4296-8c6c-07c8a20733a0 | http://example.com | id | secret | 500 | | duplicated id |

@test
Scenario Outline: Update issuer with <description> expect <httpStatus> response
Given Issuer has an existing oid4vci issuer
When Issuer tries to update the oid4vci issuer '<property>' property using '<value>' value
Expand Down

0 comments on commit f1aef3b

Please sign in to comment.