adoroszlai commented on code in PR #7827:
URL: https://github.com/apache/ozone/pull/7827#discussion_r1958128177
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestSecureOzoneRpcClient.java:
##########
@@ -102,7 +102,7 @@ class TestSecureOzoneRpcClient extends OzoneRpcClientTests {
@TempDir
private static File testDir;
- private static String keyProviderUri = "kms://http@kms:9600/kms";
+ private static String keyProviderUri = "kms://http@localhost:9600/kms";
Review Comment:
This patch is a bugfix, not code cleanup.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]