From e8bb3d03cb10374438488994f066c9faf4eb1628 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Thu, 23 Sep 2021 10:26:36 +0100 Subject: Fix k8s participant junits ignored in mvn build Updated rest end points in junits Fixed json parsing issue Issue-ID: POLICY-3678 Signed-off-by: zrrmmua Change-Id: I05b2cac0b5d42f8ea6fef4e2ecfd84a90483b513 --- .../participant-impl-kubernetes/src/test/resources/ChartList.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'participant/participant-impl/participant-impl-kubernetes/src/test/resources') diff --git a/participant/participant-impl/participant-impl-kubernetes/src/test/resources/ChartList.json b/participant/participant-impl/participant-impl-kubernetes/src/test/resources/ChartList.json index 2f4ec2827..9822846f3 100644 --- a/participant/participant-impl/participant-impl-kubernetes/src/test/resources/ChartList.json +++ b/participant/participant-impl/participant-impl-kubernetes/src/test/resources/ChartList.json @@ -6,7 +6,9 @@ "version" : "1.0" }, "namespace" : "onap", - "repository" : "chartMuseum", + "repository" : { + "repoName": "chartMuseum" + }, "releaseName" : "helloworld" }, { -- cgit 1.2.3-korg