File tree Expand file tree Collapse file tree
tests/integration/features/admin Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments