Dekrate commented on code in PR #19497:
URL: https://github.com/apache/camel/pull/19497#discussion_r2418733988


##########
components/camel-oauth/src/test/java/org/apache/camel/test/oauth/AbstractOAuthCodeFlowTest.java:
##########
@@ -42,8 +46,8 @@ void testCodeFlowAuth() throws Exception {
             Assertions.assertEquals(1, 
keycloak.realm(KEYCLOAK_REALM).clients().findByClientId(TEST_CLIENT_ID).size());
             Assertions.assertEquals(1, 
keycloak.realm(KEYCLOAK_REALM).users().search("alice").size());
 
-            System.out.println("✅ Keycloak realm, client, and user 
available!");
-            System.out.println("✅ Open: " + APP_BASE_URL);
+            LOG.info("✅ Keycloak realm, client, and user available!");

Review Comment:
   Yeah, probably it was haha @squakez 
   OK, I will remove that funny emoji



-- 
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