[fix/MNT-24172-fixRecreationOfRendition2] Test Case for recreation of Rendition2

This commit is contained in:
mohit-singh4
2025-02-17 14:49:10 +05:30
parent 31343c5177
commit ed80663a07

View File

@@ -1092,8 +1092,8 @@ public class RenditionsTest extends AbstractBaseApiTest
}
}
httpClient.setHostConfiguration(hostConfig);
httpClient.executeMethod(httpMethod);
// httpClient.setHostConfiguration(hostConfig);
httpClient.executeMethod(hostConfig, httpMethod);
return new HttpMethodResponse(httpMethod);
}