From dba77b07f034f234dba8dfe58885135b7cbbdc95 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Mon, 16 Oct 2017 14:01:36 +0000 Subject: Implement autogeneation of moco json Autogenerate mocked json files for moco-master from http request respose. Change-Id: I731682c41b623713a6b4de7ea74b14ab83f5d17e Issue-ID: CLI-55 Signed-off-by: subhash kumar singh --- .../onap-cli-sample/license-model-show-schema-1.1-moco.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/sdc/src') 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 -- cgit 1.2.3-korg