Skip to content

Commit

Permalink
Fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
darcato committed Sep 27, 2024
1 parent e1e185f commit 4a9d989
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
@IamMockMvcIntegrationTest
@SpringBootTest(
classes = {IamLoginService.class, CoreControllerTestSupport.class, ScimRestUtilsMvc.class},
webEnvironment = WebEnvironment.MOCK)
webEnvironment = WebEnvironment.MOCK,
properties = {"x509.trustAnchorsDir=src/test/resources/test-ca"})
public class ScimMeEndpointPatchReplaceTests extends ScimMeEndpointUtils {

@Autowired
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
@IamMockMvcIntegrationTest
@SpringBootTest(
classes = {IamLoginService.class, CoreControllerTestSupport.class, ScimRestUtilsMvc.class},
webEnvironment = WebEnvironment.MOCK)
webEnvironment = WebEnvironment.MOCK,
properties = {"x509.trustAnchorsDir=src/test/resources/test-ca"})
@WithMockOAuthUser(clientId = SCIM_CLIENT_ID, scopes = {SCIM_READ_SCOPE, SCIM_WRITE_SCOPE})
public class ScimUserProvisioningPatchTests extends ScimUserTestSupport {

Expand Down

0 comments on commit 4a9d989

Please sign in to comment.