Skip to content

Commit 9816fb2

Browse files
committed
fix
1 parent b308e9d commit 9816fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/protocol/http-client-engines/test-suite/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ val testTasks = listOf("allTests", "jvmTest")
129129
tasks.jvmTest {
130130
// set test environment for proxy tests
131131
systemProperty("MITM_PROXY_SCRIPTS_ROOT", projectDir.resolve("proxy-scripts").absolutePath)
132-
systemProperty("SSL_CONFIG_PATH", testServerService.get().parameters.sslConfigPath)
132+
systemProperty("SSL_CONFIG_PATH", testServerService.get().parameters.sslConfigPath.get())
133133

134134
val enableProxyTestsProp = "aws.test.http.enableProxyTests"
135135
val runningInCodeBuild = System.getenv().containsKey("CODEBUILD_BUILD_ID")

0 commit comments

Comments
 (0)