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:
Vitor Mattos 2025-12-11 15:27:22 -03:00
commit 2ce6cd430e
No known key found for this signature in database
GPG key ID: 6FECE2AD4809003A

View file

@ -454,6 +454,8 @@ final class FileServiceTest extends \OCA\Libresign\Tests\Unit\TestCase {
], ],
'crl_validation' => 'missing', 'crl_validation' => 'missing',
'crl_urls' => [], 'crl_urls' => [],
'status' => 2,
'statusText' => 'Signed',
], ],
], ],
], ],