Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 138fcc1b authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Fix unit test

parent 1b9b7817
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,7 @@ public class ServiceGroupControllerTest {
public void setup() throws IOException {
forwardedHeaderTransformer.setRemoveOnly(false);
configurationDao.setPropertyToDatabase(SMPPropertyEnum.EXTERNAL_TLS_AUTHENTICATION_CLIENT_CERT_HEADER_ENABLED, "true", null);
configurationDao.setPropertyToDatabase(SMPPropertyEnum.PARTC_SCH_MANDATORY, "true", null);
X509CertificateTestUtils.reloadKeystores();
mvc = MockMvcUtils.initializeMockMvc(webAppContext);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment