Skip to content

Commit b2ae59a

Browse files
committed
Remove an unnecessary checked exception
1 parent b7ac459 commit b2ae59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/auth/oauth2/TestTokenIntrospectionAuthenticator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ private static String getAccessToken(String url, String realm, String clientId,
160160
}
161161

162162
@BeforeClass
163-
public static void setup() throws URISyntaxException, InterruptedException {
163+
public static void setup() throws URISyntaxException {
164164
container = new GenericContainer<>(DockerImageName.parse("quay.io/keycloak/keycloak:26.3.4"))
165165
.withEnv("KEYCLOAK_ADMIN","admin")
166166
.withEnv("KEYCLOAK_ADMIN_PASSWORD","admin")

0 commit comments

Comments
 (0)