From 44d49cc9257c70ffdf70b9f6c8252792e706c48b Mon Sep 17 00:00:00 2001 From: Eylon Malin Date: Thu, 29 Aug 2019 14:47:01 +0300 Subject: add UT to ToscaParserImpl and fix little bug Issue-ID: VID-378 Signed-off-by: Eylon Malin Change-Id: I5ea0f09c2898c3a7e1db60d37dde754138a86121 Signed-off-by: Eylon Malin --- vid-app-common/src/test/resources/vlan-tagging.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vid-app-common/src/test/resources/vlan-tagging.json') diff --git a/vid-app-common/src/test/resources/vlan-tagging.json b/vid-app-common/src/test/resources/vlan-tagging.json index 454327aa3..6789e646b 100644 --- a/vid-app-common/src/test/resources/vlan-tagging.json +++ b/vid-app-common/src/test/resources/vlan-tagging.json @@ -138,7 +138,7 @@ } }, "networks": {}, - "collectionResource": {}, + "collectionResources": {}, "configurations": {}, "fabricConfigurations": {}, "serviceProxies": {}, @@ -219,4 +219,4 @@ "volumeGroups": {}, "pnfs": {}, "vnfGroups": {} -} \ No newline at end of file +} -- cgit 1.2.3-korg