Merge "Fixed restconf Python scripts bugs caused by BPP refactor"
[ccsdk/cds.git] / ms / blueprintsprocessor / functions / python-executor / src / test / kotlin / org / onap / ccsdk / cds / blueprintsprocessor / functions / python / executor / ComponentRemotePythonExecutorDSLTest.kt
index 5c4b590..18eb77b 100644 (file)
@@ -33,7 +33,7 @@ class ComponentRemotePythonExecutorDSLTest {
     fun testNodeTemplateComponentRemotePythonExecutor() {
         val nodeTemplate = BluePrintTypes.nodeTemplateComponentRemotePythonExecutor("test-nodetemplate",
                 "test nodetemplate") {
-            operation("test operation") {
+            definedOperation("test operation") {
                 inputs {
                     endpointSelector("remote-container")
                     command("python sample.py")