diff options
author | Jim Hahn <jrh3@att.com> | 2019-04-11 11:29:16 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-04-11 11:29:16 -0400 |
commit | 04a527e543e0ecc35441e67f4c991713c5519326 (patch) | |
tree | 2c2db89ccb14d3bbdcdc222dc8b87253d7fdd669 /main/src/test/resources/simpleDeploy/request.json | |
parent | c1df0a9b44dacc6defe1df5f1a2f72ac5c6ec433 (diff) |
Fix junits broken with policy-id change
Several junit tests were broken when the json-encoded names were
changed for the fields within ToscaPolicyIdentifierOptVersion. This
review fixes those junit tests.
Change-Id: I963190b7792a2ebc3165ef04c74f4671c41c37da
Issue-ID: POLICY-1542
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'main/src/test/resources/simpleDeploy/request.json')
-rw-r--r-- | main/src/test/resources/simpleDeploy/request.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/test/resources/simpleDeploy/request.json b/main/src/test/resources/simpleDeploy/request.json index 060637cc..0336f3fd 100644 --- a/main/src/test/resources/simpleDeploy/request.json +++ b/main/src/test/resources/simpleDeploy/request.json @@ -1,8 +1,8 @@ { "policies": [ { - "name": "policyA", - "version": "1.2.3" + "policy-id": "policyA", + "policy-version": "1.2.3" } ] } |