Add asserts to silence Sonar warnings re tests
[portal/ric-dashboard.git] / webapp-backend / src / test / java / org / oransc / ric / portal / dashboard / portalapi / PortalAuthManagerTest.java
index e5e2d7f..a2747e8 100644 (file)
@@ -54,6 +54,7 @@ public class PortalAuthManagerTest {
        @Test
        public void testPortalStuff() throws ClassNotFoundException, InstantiationException, IllegalAccessException,
                        InvocationTargetException, NoSuchMethodException, IOException, ServletException {
+
                PortalAuthManager m = new PortalAuthManager("app", "user", "secret", decryptor, "cookie");
                Assert.assertNotNull(m.getAppCredentials());
                String s = null;