Skip to content

Commit c4788eb

Browse files
test: configure tsa policy in signed feature
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent a75c79b commit c4788eb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/integration/features/sign/signed.feature

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Feature: signed
1010
And run the command "config:app:set libresign add_footer --value=true --type=boolean" with result code 0
1111
And run the command "config:app:set libresign write_qrcode_on_footer --value=true --type=boolean" with result code 0
1212
And sending "post" to ocs "/apps/libresign/api/v1/admin/tsa"
13-
| tsa_url | <TSA_URL> |
14-
| tsa_auth_type | none |
13+
| tsa_url | <TSA_URL> |
14+
| tsa_policy_oid | 1.2.3.4.1 |
15+
| tsa_auth_type | none |
1516
And the response should have a status code 200
1617
And sending "post" to ocs "/apps/provisioning_api/api/v1/config/apps/libresign/identify_methods"
1718
| value | (string)[{"name":"account","enabled":true,"mandatory":true,"signatureMethods":{"password":{"name":"password","enabled":true}},"signatureMethodEnabled":"password"}] |

0 commit comments

Comments
 (0)