nika-qubit commented on code in PR #13192:
URL: https://github.com/apache/iceberg/pull/13192#discussion_r2121731819
##########
core/src/test/java/org/apache/iceberg/rest/auth/TestOAuth2Util.java:
##########
@@ -73,6 +73,10 @@ public void testOAuthScopeTokenValidation() {
public void testExpiresAt() {
assertThat(OAuth2Util.expiresAtMillis(null)).isNull();
assertThat(OAuth2Util.expiresAtMillis("not a token")).isNull();
+ assertThat(
+ OAuth2Util.expiresAtMillis(
+ "a.b.c token looks like jwt but not jwt and too short per
section"))
Review Comment:
Yes, of course! Thanks.
--
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]