Make UatExecutor accessible inside a CBA JUnit test
[ccsdk/cds.git] / components / model-catalog / blueprint-model / archetype-blueprint / src / main / resources / archetype-resources / Tests / kotlin / org / onap / ccsdk / cds / controllerblueprints / core / service / BlueprintVelocityTemplateTest.kt
index 56d23a2..aa3cf3d 100644 (file)
@@ -31,14 +31,6 @@ import kotlin.test.assertNotNull
 \r
 \r
 class BlueprintVelocityTemplateTest {\r
 \r
 \r
 class BlueprintVelocityTemplateTest {\r
-    private val velocityHome = System.getenv("velocity_path")\r
-\r
-\r
-    @BeforeTest\r
-    fun setup() {\r
-        val properties = Properties()\r
-        properties["file.resource.loader.path"] = velocityHome\r
-    }\r
     @Test\r
     fun testVelocityGeneratedContent() {\r
         runBlocking {\r
     @Test\r
     fun testVelocityGeneratedContent() {\r
         runBlocking {\r