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

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

fix gitlab failed plans

parent 20994ffe
No related branches found
No related tags found
No related merge requests found
-- ------------------------------------------------------------------------
-- This file was generated by hibernate for SMP version 5.0-RC2-SNAPSHOT.
-- This file was generated by hibernate for SMP version 5.1-SNAPSHOT.
-- ------------------------------------------------------------------------
......
-- ------------------------------------------------------------------------
-- This file was generated by hibernate for SMP version 5.0-RC2-SNAPSHOT.
-- This file was generated by hibernate for SMP version 5.1-SNAPSHOT.
-- ------------------------------------------------------------------------
......
-- ------------------------------------------------------------------------
-- This file was generated by hibernate for SMP version 5.0-RC2-SNAPSHOT.
-- This file was generated by hibernate for SMP version 5.1-SNAPSHOT.
-- ------------------------------------------------------------------------
......
-- ------------------------------------------------------------------------
-- This file was generated by hibernate for SMP version 5.0-RC2-SNAPSHOT.
-- This file was generated by hibernate for SMP version 5.1-SNAPSHOT.
-- ------------------------------------------------------------------------
create sequence SMP_ALERT_PROP_SEQ start with 1 increment by 1;
......
......@@ -79,6 +79,7 @@ public class SecurityConfigurationTest {
public void setup() throws IOException {
X509CertificateTestUtils.reloadKeystores();
configurationDao.setPropertyToDatabase(SMPPropertyEnum.EXTERNAL_TLS_AUTHENTICATION_CLIENT_CERT_HEADER_ENABLED,"true", null);
configurationDao.reloadPropertiesFromDatabase();
mvc = MockMvcUtils.initializeMockMvc(context);
configurationDao.contextRefreshedEvent();
}
......
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