From fae75696a03ab5b45bf2ddb329344ab52b2265c5 Mon Sep 17 00:00:00 2001 From: Einat Vinouze Date: Thu, 26 Mar 2020 17:22:01 +0200 Subject: allow LOB multi-selection for vnf - fix cypress Issue-ID: VID-785 Change-Id: I3a11bad5b6da532b23049ce09ea439849143e941 Signed-off-by: Einat Vinouze --- .../src/test/resources/a-la-carte/redux-a-la-carte-no-testapi.json | 2 +- vid-automation/src/test/resources/a-la-carte/redux-a-la-carte.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vid-automation/src/test') diff --git a/vid-automation/src/test/resources/a-la-carte/redux-a-la-carte-no-testapi.json b/vid-automation/src/test/resources/a-la-carte/redux-a-la-carte-no-testapi.json index 1c22fb894..9d4e7ba24 100644 --- a/vid-automation/src/test/resources/a-la-carte/redux-a-la-carte-no-testapi.json +++ b/vid-automation/src/test/resources/a-la-carte/redux-a-la-carte-no-testapi.json @@ -102,7 +102,7 @@ "legacyRegion": "just another region", "tenantId": "092eb9e8e4b7412e8787dd091bc58e86", "platformName": "xxx1,platform", - "lineOfBusiness": "zzz1", + "lineOfBusiness": "zzz1,ONAP", "instanceParams": [ {} ], diff --git a/vid-automation/src/test/resources/a-la-carte/redux-a-la-carte.json b/vid-automation/src/test/resources/a-la-carte/redux-a-la-carte.json index 7924340c0..a82045956 100644 --- a/vid-automation/src/test/resources/a-la-carte/redux-a-la-carte.json +++ b/vid-automation/src/test/resources/a-la-carte/redux-a-la-carte.json @@ -99,7 +99,7 @@ "legacyRegion": "just another region", "tenantId": "092eb9e8e4b7412e8787dd091bc58e86", "platformName": "xxx1,platform", - "lineOfBusiness": "zzz1", + "lineOfBusiness": "zzz1,ONAP", "instanceParams": [ {} ], -- cgit 1.2.3-korg