nastra commented on code in PR #12563:
URL: https://github.com/apache/iceberg/pull/12563#discussion_r2177867730
##########
core/src/test/java/org/apache/iceberg/rest/auth/TestOAuth2Manager.java:
##########
@@ -63,10 +63,6 @@ void initSessionNoOAuth2Properties() {
try (OAuth2Manager manager = new OAuth2Manager("test");
OAuth2Util.AuthSession session = manager.initSession(client,
properties)) {
assertThat(session.headers()).isEmpty();
- assertThat(manager)
Review Comment:
see my other comment
(https://github.com/apache/iceberg/pull/12563#discussion_r2177618295), so we
should be rolling back the changes here
--
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]