We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20b423 commit e049a9fCopy full SHA for e049a9f
1 file changed
tests/integration/features/admin/policies.feature
@@ -42,10 +42,11 @@ Feature: admin/policies
42
| value | parallel |
43
Then the response should have a status code 200
44
And the response should be a JSON array with the following mandatory values
45
- | key | value |
46
- | (jq).ocs.data.policy.policyKey | signature_flow |
47
- | (jq).ocs.data.policy.sourceScope | user |
48
- | (jq).ocs.data.policy.effectiveValue| parallel |
+ | key | value |
+ | (jq).ocs.data.policy.policyKey | signature_flow |
+ | (jq).ocs.data.policy.scope | user |
+ | (jq).ocs.data.policy.targetId | signer1 |
49
+ | (jq).ocs.data.policy.value | parallel |
50
51
Given as user "signer1"
52
When sending "get" to ocs "/apps/libresign/api/v1/policies/effective"
0 commit comments