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

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

fix gitlab failed plans

parent 765dc1eb
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ public class KeystoreResourceIntegrationTest {
public void uploadKeystoreInvalidPassword() throws Exception {
// login
MockHttpSession session = loginWithSystemAdmin(mvc);
UserRO userRO = getLoggedUserData(mvc, session);
UserRO userRO = (UserRO)session.getAttribute(MOCK_LOGGED_USER);
// given when
MvcResult result = mvc.perform(post(PATH + "/" + userRO.getUserId() + "/upload/JKS/NewPassword1234")
.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