Skip to content

Commit 835762e

Browse files
test(integration): parameterize admin TSA URL
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 5338162 commit 835762e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/features/admin/tsa.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Feature: TSA Administration - Core Configuration
44
Given as user "admin"
55

66
When sending "post" to ocs "/apps/libresign/api/v1/admin/tsa"
7-
| tsa_url | https://freetsa.org/tsr |
7+
| tsa_url | <TSA_URL> |
88
| tsa_policy | 1.2.3.4.1 |
99
| tsa_auth_type | none |
1010
Then the response should have a status code 200
@@ -16,7 +16,7 @@ Feature: TSA Administration - Core Configuration
1616
Then the response should have a status code 200
1717
And the response should be a JSON array with the following mandatory values
1818
| key | value |
19-
| (jq).ocs.data.data | https://freetsa.org/tsr |
19+
| (jq).ocs.data.data | <TSA_URL> |
2020

2121
When sending "delete" to ocs "/apps/libresign/api/v1/admin/tsa"
2222
Then the response should have a status code 200

0 commit comments

Comments
 (0)