Skip to content

Commit 8980474

Browse files
committed
test: fix expected error message in envelope feature test
Update expected message to match actual error message: 'Maximum number of files per envelope (2) exceeded' Signed-off-by: Vitor Mattos <[email protected]>
1 parent 9953392 commit 8980474

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/features/file/envelope.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Feature: envelope
4747
| name | Too Many Files |
4848
Then the response should have a status code 422
4949
And the response should be a JSON array with the following mandatory values
50-
| key | value |
51-
| (jq).ocs.data.message | Maximum of 2 files per envelope |
50+
| key | value |
51+
| (jq).ocs.data.message | Maximum number of files per envelope (2) exceeded |
5252

5353
Scenario: Successfully save single file
5454
Given as user "admin"

0 commit comments

Comments
 (0)