Skip to content

Commit

Permalink
Fix test fixture initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaceccanti committed Nov 1, 2021
1 parent 59406e0 commit 47cf69b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@

@RunWith(SpringRunner.class)
@IamMockMvcIntegrationTest
@SpringBootTest(classes = {IamLoginService.class}, webEnvironment = WebEnvironment.MOCK)
@SpringBootTest(classes = {IamLoginService.class, JWKCacheSetServiceTests.TestConfig.class},
webEnvironment = WebEnvironment.MOCK)
public class JWKCacheSetServiceTests {

public static final String JWK_URL = "https://iam.example/jwk";
Expand Down

0 comments on commit 47cf69b

Please sign in to comment.