Update the files for ajsc 6 changes
[aai/aai-common.git] / aai-core / src / test / java / org / onap / aai / introspection / sideeffect / DataCopyTest.java
index 7d3cafa..65a241f 100644 (file)
@@ -261,7 +261,7 @@ public class DataCopyTest {
        private String getJsonString(String filename) throws IOException {
                
                
-               FileInputStream is = new FileInputStream("src/test/resources/bundleconfig-local/etc/oxm/sideeffect/" + filename);
+               FileInputStream is = new FileInputStream("src/test/resources/oxm/sideeffect/" + filename);
                String s =  IOUtils.toString(is, "UTF-8"); 
                IOUtils.closeQuietly(is);