We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6884a commit 90b574aCopy full SHA for 90b574a
1 file changed
src/test/groovy/com/github/gradle/node/ProxyTestHelper.groovy
@@ -1,5 +1,7 @@
1
package com.github.gradle.node
2
3
+import org.mockserver.configuration.ConfigurationProperties
4
+
5
import static java.util.stream.Collectors.joining
6
7
class ProxyTestHelper {
@@ -51,7 +53,7 @@ cafile \"${projectDirectory}/certificate.pem\""""
51
53
52
54
private def readMockServerCertificate() {
55
def stream = getClass().getClassLoader()
- .getResourceAsStream("org/mockserver/socket/CertificateAuthorityCertificate.pem")
56
+ .getResourceAsStream(ConfigurationProperties.certificateAuthorityCertificate())
57
return stream.text
58
}
59
0 commit comments