UserRolesController methods up
[portal.git] / portal-BE / src / test / java / org / onap / portal / controller / WidgetsCatalogControllerTest.java
index 65525db..3c13737 100644 (file)
@@ -254,7 +254,7 @@ public class WidgetsCatalogControllerTest {
 
        @Test
        public void getUploadFlag() {
-              String expected = "";
+              String expected = "true";
               String actual = widgetsCatalogController.getUploadFlag();
 
               assertEquals(expected, actual);
@@ -271,4 +271,4 @@ public class WidgetsCatalogControllerTest {
                       .guest(false)
                       .build();
        }
-}
\ No newline at end of file
+}