Skip to content

Commit d0597f9

Browse files
committed
test(file-service): assert canonical child file URL in single-file collection
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 4aa9235 commit d0597f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/php/Unit/Service/FileServiceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,5 +549,6 @@ public function testToArrayUsesSignerScopedSignRequestUuidForCurrentSignerUrl():
549549
$this->assertIsArray($result['files']);
550550
$this->assertCount(1, $result['files']);
551551
$this->assertSame('file-uuid', $result['files'][0]['uuid']);
552+
$this->assertSame('libresign.page.getPdf:file-uuid', $result['files'][0]['file']);
552553
}
553554
}

0 commit comments

Comments
 (0)