diff options
author | ilanap <ilanap@amdocs.com> | 2019-01-30 12:50:04 +0200 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2019-01-31 08:22:47 +0000 |
commit | e5d23233b1597d61bdd4eddbce7c94b272088fbc (patch) | |
tree | 30e562b7f03135708b5fd37bdb1512cc1db6e23c /cucumber-js-test-apis-ci/config.json | |
parent | ade7fd243fe41b5056ba63d3584ea616ee8bf808 (diff) |
Fixes to tests
Change-Id: Ife159ce00d501c8f0e00dc3cbc5a9f447d2b8ca4
Issue-ID: SDC-2028
Signed-off-by: ilanap <ilanap@amdocs.com>
Diffstat (limited to 'cucumber-js-test-apis-ci/config.json')
-rw-r--r-- | cucumber-js-test-apis-ci/config.json | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/cucumber-js-test-apis-ci/config.json b/cucumber-js-test-apis-ci/config.json index 35c31272c1..00c6552482 100644 --- a/cucumber-js-test-apis-ci/config.json +++ b/cucumber-js-test-apis-ci/config.json @@ -3,16 +3,10 @@ "onboarding" : { "port" : "onboarding.port", - "prefix" : "sdc1/feProxy/onboarding-api/v1.0", + "prefix" : "onboarding-api/v1.0", "server" : "onboarding.server", "user" : "onboarding.user" }, - "vf" : { - "port" : "vf.port", - "prefix" : "sdc1/feProxy/rest/v1", - "server" : "vf.server", - "user" : "vf.user" - }, "catalog" : { "port" : "CatalogBE.port", "prefix" : "sdc2/rest/v1", |