Approval Batch, prep better JUnit
[aaf/authz.git] / auth / auth-batch / src / main / java / org / onap / aaf / auth / batch / reports / Notify.java
index 547b657..f8d9888 100644 (file)
@@ -120,7 +120,7 @@ public class Notify extends Batch {
                
                try {
                        for(File f : notifyFile) {
-                               CSV csv = new CSV(f);
+                               CSV csv = new CSV(env.access(),f);
                                try {
                                        csv.visit(new CSV.Visitor() {
                                                @Override