Skip to content

Commit 4b119ed

Browse files
authored
Merge pull request #6120 from LibreSign/fix/test-status-fields
test: add status and statusText fields to expected test output
2 parents 0416947 + 2ce6cd4 commit 4b119ed

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)