From 7ec41c19e5b894fbe06b2020f4fe399b461ce05e Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Mon, 9 Nov 2020 19:56:19 +0530 Subject: Remove lower case conversion of subnet - Subnet type is being converted to lower case before sending the request to HAS which creates problems while sending the solution back to SO - Fix typo in the response(slice_profiles) Issue-ID: OPTFRA-870 Signed-off-by: krishnaa96 Change-Id: I4e2d8d28a16e90087a7fcc71c302ebd95833e8fc --- test/apps/slice_selection/new_solution_nsi_response.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/apps/slice_selection/new_solution_nsi_response.json') diff --git a/test/apps/slice_selection/new_solution_nsi_response.json b/test/apps/slice_selection/new_solution_nsi_response.json index 2ecb543..3fbeffe 100644 --- a/test/apps/slice_selection/new_solution_nsi_response.json +++ b/test/apps/slice_selection/new_solution_nsi_response.json @@ -7,7 +7,7 @@ { "existingNSI": false, "newNSISolution": { - "slice_profiles": [ + "sliceProfiles": [ { "domainType": "AN", "resourceSharingLevel": "shared", @@ -32,4 +32,4 @@ } } ] -} \ No newline at end of file +} -- cgit 1.2.3-korg