From 297bacd11441130e2f08636c415c561e2f59d607 Mon Sep 17 00:00:00 2001 From: aosull01 Date: Tue, 15 Oct 2019 14:15:46 +0100 Subject: Add support for object characteristic type in Service Order Change-Id: I36d30f8f4e38400d594215fce2a54a3beea77f2c Issue-ID: EXTAPI-294 Signed-off-by: aosull01 --- src/test/resources/karatetest/features/00--ServiceCatalog.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/resources/karatetest/features') diff --git a/src/test/resources/karatetest/features/00--ServiceCatalog.feature b/src/test/resources/karatetest/features/00--ServiceCatalog.feature index 728d3c8..25f15df 100644 --- a/src/test/resources/karatetest/features/00--ServiceCatalog.feature +++ b/src/test/resources/karatetest/features/00--ServiceCatalog.feature @@ -42,12 +42,12 @@ And match $.serviceSpecCharacteristic contains { name : 'vFW_ServiceCharacteristics', description : 'This object describes all the inputs needed from the client to interact with the vFW Service Topology', - valueType : 'Object', + valueType : 'object', @type : 'ONAPServiceCharacteristic', @schemaLocation : 'null', serviceSpecCharacteristicValue : { - valueType : 'Object', + valueType : 'object', @schemaLocation : '/serviceSpecification/462f84e5-f0e5-44c5-ab95-38fb4bf77064/specificationInputSchema', @type : 'vFW_ServiceCharacteristic', } -- cgit 1.2.3-korg