diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2017-10-17 08:15:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-17 08:15:17 +0000 |
commit | 50c03dc26449a6f8d08adc2a2540bf18bbd23151 (patch) | |
tree | cb6ddaa4bda77cb65c597fd5186fea6361d4b1df /plugins/sdc | |
parent | e4440e48e06f11c5cb0f97bbc69fcf3cc12bf46d (diff) | |
parent | dba77b07f034f234dba8dfe58885135b7cbbdc95 (diff) |
Merge "Implement autogeneation of moco json"
Diffstat (limited to 'plugins/sdc')
-rw-r--r-- | plugins/sdc/src/test/resources/onap-cli-sample/license-model-show-schema-1.1-moco.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/sdc/src/test/resources/onap-cli-sample/license-model-show-schema-1.1-moco.json b/plugins/sdc/src/test/resources/onap-cli-sample/license-model-show-schema-1.1-moco.json index 08493faf..f0439887 100644 --- a/plugins/sdc/src/test/resources/onap-cli-sample/license-model-show-schema-1.1-moco.json +++ b/plugins/sdc/src/test/resources/onap-cli-sample/license-model-show-schema-1.1-moco.json @@ -8,8 +8,8 @@ "content-type" : "application/json" } }, - "response" : - { + "response" :{ + "json" : { "listCount": 1, "results": [ { @@ -35,5 +35,5 @@ } ] }] - } + }} }]
\ No newline at end of file |