Skip to content

Commit

Permalink
fix: cover new field at integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Dec 31, 2024
1 parent d7a582d commit 721100a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/features/account/signature.feature
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,14 @@ Feature: account/signature
| (jq).ocs.data.issuer.L | City Name |
| (jq).ocs.data.issuer.O | Organization |
| (jq).ocs.data.issuer.OU | Organization Unit |
| (jq).ocs.data.subject\|length | 6 |
| (jq).ocs.data.subject\|length | 7 |
| (jq).ocs.data.subject.CN | signer1-displayname |
| (jq).ocs.data.subject.C | BR |
| (jq).ocs.data.subject.ST | State of Company |
| (jq).ocs.data.subject.L | City Name |
| (jq).ocs.data.subject.O | Organization |
| (jq).ocs.data.subject.OU | Organization Unit |
| (jq).ocs.data.subject.uid | account:signer1 |
| (jq).ocs.data.extensions.basicConstraints | CA:FALSE |
| (jq).ocs.data.extensions.subjectAltName | email:signer@domain.test |
| (jq).ocs.data.extensions.keyUsage | Digital Signature, Key Encipherment, Certificate Sign |
Expand Down

0 comments on commit 721100a

Please sign in to comment.