nastra commented on code in PR #12612: URL: https://github.com/apache/iceberg/pull/12612#discussion_r2022217444
########## aws/src/test/java/org/apache/iceberg/aws/AwsClientPropertiesTest.java: ########## @@ -150,6 +152,8 @@ public void refreshCredentialsEndpointWithOAuthToken() { ImmutableMap.of( AwsClientProperties.REFRESH_CREDENTIALS_ENDPOINT, "http://localhost:1234/v1/credentials", + CatalogProperties.URI, + "http://localhost:1234/v1/catalog", // Ensure CatalogProperties.URI is set for the vended credentials Review Comment: ```suggestion "http://localhost:1234/v1/catalog", ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org