Skip to content

Commit

Permalink
enabled test
Browse files Browse the repository at this point in the history
  • Loading branch information
chernser committed Dec 20, 2024
1 parent 8c108e7 commit db6de51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ public void testBearerTokenAuth() throws Exception {
}
}

@Test
@Test(groups = { "integration" })
public void testJWTWithCloud() throws Exception {
String jwt = System.getenv("CLIENT_JWT");
try (Client client = newClient().useBearerTokenAuth(jwt).build()) {
Expand Down

0 comments on commit db6de51

Please sign in to comment.