diff options
author | Jim Hahn <jrh3@att.com> | 2018-10-31 18:09:19 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-10-31 18:15:58 -0400 |
commit | 74f3d187db5ffefb7167b5ae05ff43406f4c24f7 (patch) | |
tree | 300a4fcb5fd13e04a1b3bd92e4cff4677d5447f3 /controlloop/common/model-impl/so/src/test/java | |
parent | a492781caecb83d326c4b1ffafcfbeabaf0bc6eb (diff) |
Add /serviceInstances/ to SO URL for scale-out
Also reformatted line that was subsequently too long.
Change-Id: I5c634c5157f18de64d37a0f451cd65f3002f35d3
Issue-ID: POLICY-1238
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'controlloop/common/model-impl/so/src/test/java')
-rw-r--r-- | controlloop/common/model-impl/so/src/test/java/org/onap/policy/so/TestSoDummyServer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/model-impl/so/src/test/java/org/onap/policy/so/TestSoDummyServer.java b/controlloop/common/model-impl/so/src/test/java/org/onap/policy/so/TestSoDummyServer.java index 0d719e50d..2a352b0bf 100644 --- a/controlloop/common/model-impl/so/src/test/java/org/onap/policy/so/TestSoDummyServer.java +++ b/controlloop/common/model-impl/so/src/test/java/org/onap/policy/so/TestSoDummyServer.java @@ -93,7 +93,7 @@ public class TestSoDummyServer { * @return http response */ @POST - @Path("/serviceInstantiation/v7/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/scaleOut") + @Path("/serviceInstantiation/v7/serviceInstances/{serviceInstanceId}/vnfs/{vnfInstanceId}/vfModules/scaleOut") public Response servicePostRequestVfModules(@PathParam("serviceInstanceId") final String serviceInstanceId, @PathParam("vnfInstanceId") final String vnfInstanceId, final String jsonString) { postMessagesReceived++; |