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

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

fix gitlab failed plans

parent 7989c127
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ public class KeystoreResourceIntegrationTest { ...@@ -117,7 +117,7 @@ public class KeystoreResourceIntegrationTest {
} }
@Test @Test
@Ignore("Fix on gitlab!")
public void uploadKeystoreInvalidPassword() throws Exception { public void uploadKeystoreInvalidPassword() throws Exception {
// login // login
MockHttpSession session = loginWithSystemAdmin(mvc); MockHttpSession session = loginWithSystemAdmin(mvc);
...@@ -129,7 +129,7 @@ public class KeystoreResourceIntegrationTest { ...@@ -129,7 +129,7 @@ public class KeystoreResourceIntegrationTest {
.content(Files.readAllBytes(keystore))) .content(Files.readAllBytes(keystore)))
.andExpect(status().isOk()).andReturn(); .andExpect(status().isOk()).andReturn();
//them //then
ObjectMapper mapper = getObjectMapper(); ObjectMapper mapper = getObjectMapper();
KeystoreImportResult res = mapper.readValue(result.getResponse().getContentAsString(), KeystoreImportResult.class); KeystoreImportResult res = mapper.readValue(result.getResponse().getContentAsString(), KeystoreImportResult.class);
......
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