nastra commented on code in PR #14178:
URL: https://github.com/apache/iceberg/pull/14178#discussion_r2378317089


##########
core/src/test/java/org/apache/iceberg/rest/auth/TestOAuth2Manager.java:
##########
@@ -509,7 +509,8 @@ void tableSessionDisallowedTableProperties() {
 
   @Test
   void standaloneTableSessionEmptyProperties() {
-    Map<String, String> properties = Map.of();
+    Map<String, String> properties =
+        Map.of(OAuth2Properties.OAUTH2_SERVER_URI, 
"https://auth-server.com/v1/token";);

Review Comment:
   I guess this can be reverted, since the test says "empty properties" and we 
should be falling back to the tokens endpoint if the property isn't specified



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

Reply via email to