Skip to content

Commit 49bcb87

Browse files
test: fix sequential signing test for new API signature
Update test to include required 'enabled' parameter in signature flow configuration endpoint. Signed-off-by: Vitor Mattos <[email protected]>
1 parent f0c7dd6 commit 49bcb87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/features/sign/sequential_signing.feature

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Feature: sequential-signing
3636
Given user "signer1" exists
3737
And user "signer2" exists
3838
And sending "post" to ocs "/apps/libresign/api/v1/admin/signature-flow/config"
39-
| mode | ordered_numeric |
39+
| enabled | true |
40+
| mode | ordered_numeric |
4041
And the response should have a status code 200
4142
When sending "post" to ocs "/apps/libresign/api/v1/request-signature"
4243
| file | {"url":"<BASE_URL>/apps/libresign/develop/pdf"} |

0 commit comments

Comments
 (0)