Skip to content

Commit 2ce6cd4

Browse files
committed
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 <1079143+vitormattos@users.noreply.github.com>
1 parent 0416947 commit 2ce6cd4

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)