diff options
author | Dan Timoney <dtimoney@att.com> | 2019-07-24 14:14:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-24 14:14:50 +0000 |
commit | 06c38f1ae1e83103d615194fbaf3c55180bccb5d (patch) | |
tree | e591e079c2d155888edd4362b6ea0739d20732c4 /components/model-catalog | |
parent | 703266ebd4282a2a500855a2695e2ad67b1af5a4 (diff) | |
parent | 546be61a361f81d6c2cded4448404390a59075f6 (diff) |
Merge "Fix for python executor unit test case failure."
Diffstat (limited to 'components/model-catalog')
-rw-r--r-- | components/model-catalog/blueprint-model/test-blueprint/remote_scripts/Definitions/remote_scripts.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint/remote_scripts/Definitions/remote_scripts.json b/components/model-catalog/blueprint-model/test-blueprint/remote_scripts/Definitions/remote_scripts.json index 656176c11..192106e95 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/remote_scripts/Definitions/remote_scripts.json +++ b/components/model-catalog/blueprint-model/test-blueprint/remote_scripts/Definitions/remote_scripts.json @@ -27,7 +27,7 @@ ], "dsl_definitions": { "remote-argument-properties": { - "input": { + "data": { "get_input": "input" } }, |