AAFCli needs ability to change root_ns for testing
[aaf/authz.git] / auth / auth-cmd / src / test / java / org / onap / aaf / auth / cmd / test / JU_BaseCmd.java
index c071d95..79a3dd5 100644 (file)
@@ -54,7 +54,7 @@ public class JU_BaseCmd {
        private static BaseCmd bCmd;
 
        @BeforeClass
-       public static void setUp() throws APIException, LocatorException, GeneralSecurityException, IOException {
+       public static void setUp() throws APIException, LocatorException, GeneralSecurityException, IOException, CadiException {
                cli = JU_AAFCli.getAAfCli();
                bCmd = new BaseCmd<>(cli, "testString");
        }