Skip to content

Commit

Permalink
Remove unwanted groups
Browse files Browse the repository at this point in the history
  • Loading branch information
SujanSanjula96 committed Jan 8, 2025
1 parent 1f959e6 commit 0ccebd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ public void testAuthorizeForAuthenticationResponse(boolean isResultInRequest, bo
}
}

@Test(groups = "testWithConnection")
@Test
public void testAuthorizeForDeviceFlowAuthenticationResponse() throws Exception {

try (MockedStatic<OAuthServerConfiguration> oAuthServerConfiguration = mockStatic(
Expand Down

0 comments on commit 0ccebd2

Please sign in to comment.