Skip to content

Commit

Permalink
Rework
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhangi-cs committed Jan 3, 2024
1 parent 2473b5c commit 035ab94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ public class SuccessFactorsTransporterTest {
public static void classSetup() {
new MockUp<SuccessFactorsTransporter>() {
@Mock
public OkHttpClient.Builder buildConfiguredClient(String proxyUrl, String proxyUsername, String proxyPassword) {
return allowAllSSL();
public OkHttpClient buildConfiguredClient(String proxyUrl, String proxyUsername, String proxyPassword) {
return allowAllSSL().build();
}
};
}
Expand Down

0 comments on commit 035ab94

Please sign in to comment.