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

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

Fix citnet bamboo plans

parent d0d0eb1b
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ public class PropertiesTestConfig {
// create test password..
localProps.setProperty(KEYSTORE_PASSWORD.getProperty(), "{DEC}{test123}");
localProps.setProperty(TRUSTSTORE_PASSWORD.getProperty(), "{DEC}{test123}");
localProps.setProperty(PARTC_SCH_MANDATORY.getProperty(),"false");
propertiesConfig.setProperties(localProps);
propertiesConfig.setLocalOverride(true);
......
......@@ -127,7 +127,7 @@ public class ServiceMetadataResourceIntegrationTest {
smv.setParticipantScheme("partSch");
smv.setXmlContent("Invalid content");
MockHttpSession session = loginWithServiceGroupUser2(mvc);
MockHttpSession session = loginWithServiceGroupUser(mvc);
MvcResult result = mvc.perform(post(CONTEXT_PATH_PUBLIC_SERVICE_METADATA + "/validate")
.session(session)
......
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