Skip to content

Commit df823ca

Browse files
test(integration): parameterize tsa url in tsa workflow
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 1b976f6 commit df823ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/features/sign/tsa.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Feature: TSA Integration - End-to-End Workflow
1010

1111
Scenario: TSA workflow - Successfully signs document with timestamp
1212
Given run the command "config:app:set libresign signing_mode --value=sync --type=string" with result code 0
13-
And run the command "config:app:set libresign tsa_url --value=https://freetsa.org/tsr --type=string" with result code 0
13+
And run the command "config:app:set libresign tsa_url --value=${LIBRESIGN_TSA_URL:-https://freetsa.org/tsr} --type=string" with result code 0
1414
And run the command "config:app:set libresign tsa_auth_type --value=none --type=string" with result code 0
1515
And sending "post" to ocs "/apps/provisioning_api/api/v1/config/apps/libresign/identify_methods"
1616
| value | (string)[{"name":"account","enabled":true,"mandatory":true,"signatureMethods":{"clickToSign":{"enabled":true}},"signatureMethodEnabled":"clickToSign"}] |

0 commit comments

Comments
 (0)