Skip to content
Snippets Groups Projects
Commit fc1e3b1e authored by Georgi Michev's avatar Georgi Michev
Browse files

Merge branch 'signer-status-code-VC-VP-when-invalid' into 'main'

update after fix bug-signer #13

See merge request !28
parents 41100a1b 3c21ad87
No related branches found
No related tags found
1 merge request!28update after fix bug-signer #13
Pipeline #52812 passed with stage
in 2 minutes and 33 seconds
......@@ -32,9 +32,8 @@ Feature: API - TSA - Signer credential proof - v1/credential/proof POST
And the response is valid according to the {Signer_CredentialProof_schema.json} REST schema
And the field {proof.verificationMethod} has the value {did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation#key1}
@wip @bug-signer-#13 @negative
@negative
Scenario: TSA - validate credential proof with empty body - Negative
When I set the following request body {{}}
When I create credential proof via TSA Signer API
And the status code should be {400}
And the field {message} has the value {missing required payload}
And the status code should be {400}
\ No newline at end of file
......@@ -32,9 +32,8 @@ Feature: API - TSA - Signer presentation proof - v1/presentation/proof POST
And the response is valid according to the {Signer_PresentationProof_schema.json} REST schema
And the field {proof.verificationMethod} has the value {did:web:gaiax.vereign.com:tsa:policy:policy:example:returnDID:1.0:evaluation#key1}
@wip @bug-signer-#13 @negative
@negative
Scenario: TSA - validate presentation proof with empty body - Negative
When I set the following request body {{}}
When I create presentation proof via TSA Signer API
And the status code should be {400}
And the field {message} has the value {missing required payload}
And the status code should be {400}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment