mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
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>
This commit is contained in:
parent
0416947bcf
commit
2ce6cd430e
1 changed files with 2 additions and 0 deletions
|
|
@ -454,6 +454,8 @@ final class FileServiceTest extends \OCA\Libresign\Tests\Unit\TestCase {
|
|||
],
|
||||
'crl_validation' => 'missing',
|
||||
'crl_urls' => [],
|
||||
'status' => 2,
|
||||
'statusText' => 'Signed',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue