updated dependencies to 9.x-0 and added ServiceAccount.nameOverride substitution...
[dcaegen2/platform.git] / mod2 / helm-generator / helmchartgenerator-cli / src / test / java / org / onap / dcaegen2 / platform / helmchartgenerator / HelmChartGeneratorApplicationTests.java
index 122a535..fa750fb 100644 (file)
@@ -26,7 +26,7 @@ import org.springframework.test.context.junit.jupiter.DisabledIf;
  * Disabling the test as it is using 'helm' command from the local environment.
  */
 @DisabledIf("true")
-@SpringBootTest(args = {"src/test/input-new/specs/ves.json", "src/test/input-new/blueprint", "src/test/output/charts", "--distribute"})
+@SpringBootTest(args = {"src/test/input/specs/ves.json", "src/test/input/blueprint", "src/test/output/charts", "--distribute"})
 class HelmChartGeneratorApplicationTests {
 
        @Test