Domain model change
[portal.git] / portal-BE / src / test / java / org / onap / portal / controller / UserControllerTest.java
index 7b42070..0316683 100644 (file)
@@ -60,8 +60,8 @@ import org.springframework.test.context.junit4.SpringRunner;
 @TestPropertySource(locations = "classpath:test.properties")
 class UserControllerTest {
 
-       private UsernamePasswordAuthenticationToken principal = new UsernamePasswordAuthenticationToken("demo",
-               "XZa6pS1vC0qKXWtn9wcZWdLx61L0=");
+       private final UsernamePasswordAuthenticationToken principal = new UsernamePasswordAuthenticationToken("demo",
+               "demo123");
 
        private final FnUserService userService;
        private final UserController userController;