Skip to content

Commit

Permalink
fix proxy test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed May 6, 2024
1 parent f7391e5 commit 5f93be8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class MiscSuite01 extends FunSuite with Matchers {
proxyInfo.setProxyForS3(clientConfig)
val protocol =
if (protocolString.equalsIgnoreCase("https")) Protocol.HTTPS else Protocol.HTTP
assert(clientConfig.getProtocol.equals(protocol))
assert(clientConfig.getProxyProtocol.equals(protocol))
}

// negative test for JDBC properties
Expand Down

0 comments on commit 5f93be8

Please sign in to comment.