Merge "Fixes sonar issues in API_Artifact"
[aaf/authz.git] / auth / auth-cmd / src / test / java / org / onap / aaf / auth / cmd / test / JU_Help.java
index bc1f4cc..50da3e3 100644 (file)
@@ -84,7 +84,7 @@ public class JU_Help {
        private static List<Cmd> cmds;
        
        @Before
-       public void setUp() throws APIException, LocatorException, GeneralSecurityException, IOException {
+       public void setUp() throws APIException, LocatorException, GeneralSecurityException, IOException, CadiException {
                cli = JU_AAFCli.getAAfCli();
                cmds = new ArrayList<>();
                Param[] param = new Param[] {new Param("name",true)};