Skip to content

Commit d9eb4d9

Browse files
test: add status and statusText fields to expected test output
The FileService now includes status and statusText fields in the signer data structure when processing signed files outside LibreSign. This update adjusts the test expectations to match the actual behavior. Signed-off-by: Vitor Mattos <[email protected]>
1 parent 8d2ed4d commit d9eb4d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/php/Unit/Service/FileServiceTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,8 @@ function (self $self, FileService $service): void {
454454
],
455455
'crl_validation' => 'missing',
456456
'crl_urls' => [],
457+
'status' => 2,
458+
'statusText' => 'Signed',
457459
],
458460
],
459461
],

0 commit comments

Comments
 (0)