Skip to content

Commit b7124a5

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 <1079143+vitormattos@users.noreply.github.com>
1 parent 5c2464d commit b7124a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)