Improve coverage of Cadi
[aaf/authz.git] / cadi / core / src / test / java / org / onap / aaf / cadi / test / JU_AES.java
index f872a56..d78706d 100644 (file)
@@ -104,7 +104,7 @@ public class JU_AES {
 
        @Test
        public void saveToFileTest() throws Exception {
-               String filePath = "test/output_key";
+               String filePath = "src/test/resources/output_key";
                File keyfile = new File(filePath);
                aes.save(keyfile);
                assertTrue(Files.isReadable(Paths.get(filePath)));