We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b287d commit f37eff5Copy full SHA for f37eff5
1 file changed
tests/Integration/Support/IntegrationConfig.php
@@ -94,8 +94,6 @@ public static function ensureReadyOrFail(): void
94
self::ensureEnvOrFail('RNIDS_EPP_USERNAME');
95
self::ensureEnvOrFail('RNIDS_EPP_PASSWORD');
96
self::port();
97
- self::ensureFileOrFail(self::clientCertificatePath(), 'RNIDS client certificate');
98
- self::ensureFileOrFail(self::caCertificatePath(), 'RNIDS CA certificate');
99
}
100
101
public static function liveReadinessFailureReason(): ?string
0 commit comments