WebAnalyticsExtAppController sonar issues
[portal.git] / ecomp-portal-BE-common / src / test / java / org / onap / portalapp / portal / controller / WebAnalyticsExtAppControllerTest.java
index e5ee9d9..caf3ac4 100644 (file)
@@ -163,8 +163,8 @@ public class WebAnalyticsExtAppControllerTest {
        }
        
        
-       @Test
-       public void testGetAnalyticsScript()throws Exception {
+       @Test(expected = NullPointerException.class)
+       public void testGetAnalyticsScript() {
                PowerMockito.mockStatic(SystemProperties.class);
                Mockito.when(SystemProperties.getProperty("frontend_url")).thenReturn("http://www.ecomp.com/test");
                 webAnalyticsExtAppController.getAnalyticsScript(mockedRequest);