Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jl committed Oct 19, 2023
1 parent 470e8c0 commit 4f60707
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,16 +277,7 @@ public void testSizeOfHttpClientMapWithGzipAndUserAgentSuffix() {
@Test
public void testNullAndEmptyProxySettingsForS3() {
HttpClientSettingsKey testKey =
new HttpClientSettingsKey(
OCSPMode.FAIL_OPEN,
null,
443,
null,
null,
null,
"",
"",
false);
new HttpClientSettingsKey(OCSPMode.FAIL_OPEN, null, 443, null, null, null, "", "", false);
ClientConfiguration clientConfig = new ClientConfiguration();
HttpUtil.setProxyForS3(testKey, clientConfig);
assertEquals(Protocol.HTTP, clientConfig.getProxyProtocol());
Expand Down

0 comments on commit 4f60707

Please sign in to comment.