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

Merge branch 'add-singer-test' into 'main'

Add new signer test with no at symbol

See merge request !34
parents 1c715ae5 34e1d041
No related branches found
No related tags found
1 merge request!34Add new signer test with no at symbol
Pipeline #54578 passed with stage
in 5 minutes and 16 seconds
......@@ -53,5 +53,23 @@
},
"data_format": {
"data": "different format"
},
"context_no_at": {
"context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/security/suites/jws-2020/v1",
"https://schema.org"
],
"data": [
{
"dataOfBirth": "-0571-01-01T07:53:06.234142119Z",
"age": 2592,
"over18": true
},
{
"fName": "Pythagoras",
"lName": "of Samos"
}
]
}
}
\ No newline at end of file
......@@ -37,6 +37,7 @@ Feature: API - TSA - Signer create presentation from JSON - v1/presentation POST
| single data | single | Signer_JSON_single_schema.json |
| multi data | multi | Signer_JSON_multi_schema.json |
| with context | context | Signer_JSON_context_schema.json |
| with context | context_no_at | Signer_JSON_context_schema.json |
@negative
Scenario Outline: TSA - create presentation from JSON <labelSuffix> - Negative
......
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