From 9a7c3f58efc9a4fcff5052700457cf6f7565cf39 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Tue, 14 Nov 2017 11:50:31 +0530 Subject: Merges from 1.1.0 Issue-Id: CLI-66 Change-Id: I89fde334e2425eb91630912d726c320ece4aebd6 Signed-off-by: Kanagaraj Manickam k00365106 --- .../customer/customer-delete-schema-1.1-moco.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 plugins/aai/src/test/resources/onap-cli-sample/customer/customer-delete-schema-1.1-moco.json (limited to 'plugins/aai/src/test/resources/onap-cli-sample/customer/customer-delete-schema-1.1-moco.json') diff --git a/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-delete-schema-1.1-moco.json b/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-delete-schema-1.1-moco.json deleted file mode 100644 index 26e8a918..00000000 --- a/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-delete-schema-1.1-moco.json +++ /dev/null @@ -1,18 +0,0 @@ -[ { - "request" : { - "method" : "delete", - "uri" : "/aai/v11/business/customers/customer/test", - "headers" : { - "Authorization" : "Basic QUFJOkFBSQ==", - "X-FromAppId" : "onap-cli", - "Accept" : "application/json", - "X-TransactionId" : "req-5f5bb7d0-5d03-42a3-a24f-fd8d125a7a8e", - "Content-Type" : "application/json" - }, - "json" : null - }, - "response" : { - "status" : 204, - "json" : null - } -} ] \ No newline at end of file -- cgit 1.2.3-korg