jonvex commented on code in PR #7576:
URL: https://github.com/apache/hudi/pull/7576#discussion_r1084216989


##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/schema/TestSchemaRegistryProvider.java:
##########
@@ -75,7 +76,7 @@ public void testGetSourceSchemaShouldRequestSchemaWithCreds() 
throws IOException
     assertNotNull(actual);
     assertEquals(actual, getExpectedSchema(json));
     verify(spyUnderTest, times(1)).setAuthorizationHeader(eq(basicAuth),
-        Mockito.any(HttpURLConnection.class));
+        Mockito.any(HttpsURLConnection.class));

Review Comment:
   No. To test, I found an ssl client server example online and modified it to 
match the structure of schemaRegistryProvider and got that to work. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to