This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new a05cbcb4b8 Core: Add missing @Test to TestRESTCatalog (#9607)
a05cbcb4b8 is described below
commit a05cbcb4b8b531c94d5f35d5abcebf91a5da5187
Author: Eduard Tudenhoefner <[email protected]>
AuthorDate: Thu Feb 1 09:53:10 2024 +0100
Core: Add missing @Test to TestRESTCatalog (#9607)
---
core/src/test/java/org/apache/iceberg/rest/TestRESTCatalog.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/core/src/test/java/org/apache/iceberg/rest/TestRESTCatalog.java
b/core/src/test/java/org/apache/iceberg/rest/TestRESTCatalog.java
index d0634be16c..f196787d56 100644
--- a/core/src/test/java/org/apache/iceberg/rest/TestRESTCatalog.java
+++ b/core/src/test/java/org/apache/iceberg/rest/TestRESTCatalog.java
@@ -1851,6 +1851,7 @@ public class TestRESTCatalog extends
CatalogTests<RESTCatalog> {
});
}
+ @Test
public void testCatalogTokenRefreshDisabledWithToken() {
String token = "some-token";
Map<String, String> catalogHeaders = ImmutableMap.of("Authorization",
"Bearer " + token);