diff options
author | Dan Timoney <dtimoney@att.com> | 2019-08-12 13:14:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-12 13:14:12 +0000 |
commit | 2ccf03f17042faba88e888dc0e123cb6ad6b922a (patch) | |
tree | 8b9c42d35968e535e04d37b1b6531d8f495d68c1 /docs | |
parent | 37351dc3094c3387b4a79f12d11894dc1849d876 (diff) |
Update git submodules
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to d9034b6d720df4718b8d455949c17051ecae0558
- Merge "Resource resolution should return a string"
- Resource resolution should return a string
When being called by SDNC, expected response format is a String, not
a Json, then within SDNC we call jsonToTCtx by passing the String as
input.
When we receive the Json instead of a string, that function throw an
exception because it expects a String.
Also, SDNC marshall directly within the SLI context the Json object,
but the path isn't the one being looked for.
Finally, resource resolution, by its definition, as per as its model,
should set the returned value as a string, not a json.
Change-Id: Iffae3128507069c2546e179c17e50fb16e43f310
Issue-ID: CCSDK-1606
Signed-off-by: Alexis de Talhouƫt <adetalhouet89@gmail.com>
Diffstat (limited to 'docs')
m--------- | docs/submodules/ccsdk/cds.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/ccsdk/cds.git b/docs/submodules/ccsdk/cds.git -Subproject 571c49342a905616298d923a9d29a201ae4ecd1 +Subproject d9034b6d720df4718b8d455949c17051ecae055 |