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


##########
core/src/test/java/org/apache/iceberg/rest/TestRESTCatalog.java:
##########
@@ -370,7 +369,7 @@ public void testCatalogCredential() {
     Mockito.verify(adapter)
         .execute(
             eq(HTTPMethod.POST),
-            eq("v1/oauth/tokens"),
+            eq("v1/token/oauth"),

Review Comment:
   why does this change?



##########
core/src/test/java/org/apache/iceberg/rest/TestRESTCatalog.java:
##########
@@ -351,8 +351,7 @@ public void testCatalogBasicBearerToken() {
             any());
   }
 
-  @Test
-  public void testCatalogCredential() {
+  public void testCatalogCredentialNooauth2ServerUri() {

Review Comment:
   ```suggestion
     public void testCatalogCredentialNoOauth2ServerUri() {
   ```



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

Reply via email to