Skip to content

Commit 19bf3a1

Browse files
committed
fix: unit tests
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent b8267b0 commit 19bf3a1

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/php/Unit/Service/Install/SignSetupServiceTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@ private function writeAppSignature(string $architecture, $resource): SignSetupSe
106106
->willReturn(['dependencies' => ['architecture' => [$architecture]]]);
107107

108108
$certificate = $signSetupService->getDevelopCert();
109-
$rsa = new RSA();
110-
$rsa->loadKey($certificate['privateKeyInstance']);
111-
$rsa->loadKey($certificate['privateKeyCert']);
112-
$x509 = new X509();
113-
$x509->loadX509($certificate['rootCertificate']);
114-
$x509->setPrivateKey($rsa);
115109

116110
$structure = [
117111
'data' => [

0 commit comments

Comments
 (0)