summaryrefslogtreecommitdiffstats
path: root/components/slice-analysis-ms/src
diff options
context:
space:
mode:
authorJithendra <veeravalli.kumar@wipro.com>2022-08-27 12:17:03 +0000
committerjithendra <veeravalli.kumar@wipro.com>2022-09-07 04:48:55 +0000
commitc21ca66f190f76feb5800ee500ff87ff7e67f5c5 (patch)
treebcd8d64af07e4388ef4f5a7a9e10b77451bd03b8 /components/slice-analysis-ms/src
parente37979a0a96f59b75b2df4f299840b6caeeb6ee8 (diff)
slice-analysis-ms vulnerability updates
Issue-ID: DCAEGEN2-3221 Signed-off-by: Jithendra <veeravalli.kumar@wipro.com> Change-Id: If53a9432f812c2c3976c37185e804dc565ab0355
Diffstat (limited to 'components/slice-analysis-ms/src')
-rw-r--r--components/slice-analysis-ms/src/test/java/org/onap/slice/analysis/ms/service/MLMessageProcessorTest.java8
1 files changed, 2 insertions, 6 deletions
diff --git a/components/slice-analysis-ms/src/test/java/org/onap/slice/analysis/ms/service/MLMessageProcessorTest.java b/components/slice-analysis-ms/src/test/java/org/onap/slice/analysis/ms/service/MLMessageProcessorTest.java
index 708ba7e4..7223ecdd 100644
--- a/components/slice-analysis-ms/src/test/java/org/onap/slice/analysis/ms/service/MLMessageProcessorTest.java
+++ b/components/slice-analysis-ms/src/test/java/org/onap/slice/analysis/ms/service/MLMessageProcessorTest.java
@@ -88,12 +88,8 @@ public class MLMessageProcessorTest {
ricToCellMapping.put("13", myList);
try {
- mloutput =
- obj.readValue(new String(Files.readAllBytes(Paths.get("src/test/resources/MLOutputModel1.json"))),
- new TypeReference<MLOutputModel>() {});
- mloutputExp =
- obj.readValue(new String(Files.readAllBytes(Paths.get("src/test/resources/MLOutputModel.json"))),
- new TypeReference<MLOutputModel>() {});
+ mloutput = obj.readValue(new String(Files.readAllBytes(Paths.get("src/test/resources/MLOutputModel.json"))),new TypeReference<MLOutputModel>() {});
+ mloutputExp = obj.readValue(new String(Files.readAllBytes(Paths.get("src/test/resources/MLOutputModel.json"))),new TypeReference<MLOutputModel>() {});
} catch (IOException e) {
e.printStackTrace();
}