Templating constants added to ResourceAssignment
[ccsdk/cds.git] / ms / blueprintsprocessor / functions / resource-resolution / src / test / kotlin / org / onap / ccsdk / cds / blueprintsprocessor / functions / resource / resolution / processor / RestResourceResolutionProcessorTest.kt
index 56ce3f6..75c12a0 100644 (file)
@@ -97,8 +97,9 @@ class RestResourceResolutionProcessorTest {
         runBlocking {
             val resourceAssignment = ResourceAssignment().apply {
                 name = "vnf_name"
-                dictionaryName = "vnf_name"
+                dictionaryName = "vnf_parameter"
                 dictionarySource = "sdnc"
+                templatingConstants = mutableMapOf("parameter-name" to "vnf_name")
                 property = PropertyDefinition().apply {
                     type = "string"
                     required = true