We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1a3c6 commit 28b4faeCopy full SHA for 28b4fae
1 file changed
src/test/java/edu/ucsb/nceas/mdqengine/scheduler/RequestReportJobTest.java
@@ -83,7 +83,7 @@ public static void prepareJunitHashStore()
83
Path projectRoot = Paths.get("..").toAbsolutePath().normalize();
84
Path projectRootWithMetadigEngine = projectRoot.resolve("metadig-engine");
85
Path helmMetadigPropsFilePath = projectRootWithMetadigEngine.resolve(
86
- "helm/metadig-controller/config.dev/metadig.properties");
+ "helm/config/dev/metadig.properties");
87
Properties properties = new Properties();
88
try (FileInputStream inputStream = new FileInputStream(helmMetadigPropsFilePath.toFile())) {
89
properties.load(inputStream);
0 commit comments