Skip to content

Commit

Permalink
Merge pull request quarkusio#39725 from sberyozkin/correct_code_flow_…
Browse files Browse the repository at this point in the history
…test_class_name

Setting the correct CodeFlowVerifyAccessTokenDisabledTest test class name
  • Loading branch information
gsmet authored Mar 27, 2024
2 parents 72c7f66 + 0bfe78f commit f6b47db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import io.quarkus.test.keycloak.server.KeycloakTestResourceLifecycleManager;

@QuarkusTestResource(KeycloakTestResourceLifecycleManager.class)
public class CodeFlowVerifyAccessTokenDisabled {
public class CodeFlowVerifyAccessTokenDisabledTest {

@RegisterExtension
static final QuarkusUnitTest test = new QuarkusUnitTest()
Expand Down

0 comments on commit f6b47db

Please sign in to comment.