Skip to content

Commit

Permalink
Renamed test class
Browse files Browse the repository at this point in the history
  • Loading branch information
hrcornejo committed Sep 29, 2023
1 parent 0792a0b commit e9b9247
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
@SpringBootTest
@DirtiesContext
@WithMockUser(
username = CrowdAuthenticationManagerTest.TEST_USER,
username = CrowdAuthenticationAdapterTest.TEST_USER,
roles = {"ADMIN"})
@ActiveProfiles("crowd")
public class CrowdAuthenticationManagerTest {
public class CrowdAuthenticationAdapterTest {

private static final String TOKEN = "token";

Expand Down

0 comments on commit e9b9247

Please sign in to comment.