diff options
author | aosull01 <adrian.osullivan@huawei.com> | 2018-09-19 16:30:18 +0100 |
---|---|---|
committer | aosull01 <adrian.osullivan@huawei.com> | 2018-09-19 16:30:18 +0100 |
commit | 8385036969ef8d3e5b0f6c9ef2c6750305d7a4de (patch) | |
tree | 26faa2f6506e6ffae2878ab38fa1215ed361a923 /src/test/resources/mappings/so_get_.json | |
parent | 8f141d17f3ea7720df479f4ae51b5a2e169548cb (diff) |
EXTAPI-150 Correct SO Paths
Issue-ID: EXTAPI-150
Change-Id: I488803bf97b427ee6e0324b427cbe202bd91b352
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Diffstat (limited to 'src/test/resources/mappings/so_get_.json')
-rw-r--r-- | src/test/resources/mappings/so_get_.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/resources/mappings/so_get_.json b/src/test/resources/mappings/so_get_.json index 6fc9c9c..a251e69 100644 --- a/src/test/resources/mappings/so_get_.json +++ b/src/test/resources/mappings/so_get_.json @@ -1,7 +1,7 @@ { "request": { "method": "GET", - "url": "/ecomp/mso/infra/orchestrationRequests/v6/requestId" + "url": "/onap/so/infra/orchestrationRequests/v7/requestId" }, "response": { "status": 200, @@ -17,4 +17,4 @@ } } } -}
\ No newline at end of file +} |