nastra commented on code in PR #14178:
URL: https://github.com/apache/iceberg/pull/14178#discussion_r2378320499
##########
core/src/test/java/org/apache/iceberg/rest/auth/TestOAuth2Manager.java:
##########
@@ -530,7 +531,12 @@ void standaloneTableSessionEmptyProperties() {
@Test
void standaloneTableSessionTokenProvided() {
- Map<String, String> tableProperties = Map.of(OAuth2Properties.TOKEN,
"table-token");
+ Map<String, String> tableProperties =
+ Map.of(
+ OAuth2Properties.OAUTH2_SERVER_URI,
+ "https://auth-server.com/v1/token",
Review Comment:
I don't think we should change this here and further below
--
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]