From 04a527e543e0ecc35441e67f4c991713c5519326 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Thu, 11 Apr 2019 11:29:16 -0400 Subject: 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 --- main/src/test/resources/simpleDeploy/request.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/src/test/resources/simpleDeploy/request.json') 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" } ] } -- cgit 1.2.3-korg