Skip to content

Commit 22c5947

Browse files
authored
Merge pull request #6122 from LibreSign/backport/6120/stable32
[stable32] test: add status and statusText fields to expected test output
2 parents 8d2ed4d + d9eb4d9 commit 22c5947

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)