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 b308e9d commit 9816fb2Copy full SHA for 9816fb2
runtime/protocol/http-client-engines/test-suite/build.gradle.kts
@@ -129,7 +129,7 @@ val testTasks = listOf("allTests", "jvmTest")
129
tasks.jvmTest {
130
// set test environment for proxy tests
131
systemProperty("MITM_PROXY_SCRIPTS_ROOT", projectDir.resolve("proxy-scripts").absolutePath)
132
- systemProperty("SSL_CONFIG_PATH", testServerService.get().parameters.sslConfigPath)
+ systemProperty("SSL_CONFIG_PATH", testServerService.get().parameters.sslConfigPath.get())
133
134
val enableProxyTestsProp = "aws.test.http.enableProxyTests"
135
val runningInCodeBuild = System.getenv().containsKey("CODEBUILD_BUILD_ID")
0 commit comments