Skip to content

Commit f37eff5

Browse files
committed
chore(CI): Reworked test env
1 parent 50b287d commit f37eff5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/Integration/Support/IntegrationConfig.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ public static function ensureReadyOrFail(): void
9494
self::ensureEnvOrFail('RNIDS_EPP_USERNAME');
9595
self::ensureEnvOrFail('RNIDS_EPP_PASSWORD');
9696
self::port();
97-
self::ensureFileOrFail(self::clientCertificatePath(), 'RNIDS client certificate');
98-
self::ensureFileOrFail(self::caCertificatePath(), 'RNIDS CA certificate');
9997
}
10098

10199
public static function liveReadinessFailureReason(): ?string

0 commit comments

Comments
 (0)