aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-impl/rest/src/test/java/org
diff options
context:
space:
mode:
authorakenihan <adam.kenihan@est.tech>2025-02-21 17:11:14 +0000
committerakenihan <adam.kenihan@est.tech>2025-02-21 17:11:22 +0000
commit674ca91dd0023862620db68ffc11b71617e111c9 (patch)
treecdc051e624a5c8323c02c9ab4d21f0df972919b4 /models-interactions/model-impl/rest/src/test/java/org
parentaa178fb2979f5b185a397447c43250e841d2b27a (diff)
fix sonar issues with http upliftHEADmaster
Issue-ID: POLICY-5189 Change-Id: I45f2e0b069bd8ee400fac8cdbba5e40edab729a5 Signed-off-by: akenihan <adam.kenihan@est.tech>
Diffstat (limited to 'models-interactions/model-impl/rest/src/test/java/org')
-rw-r--r--models-interactions/model-impl/rest/src/test/java/org/onap/policy/rest/RestTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/models-interactions/model-impl/rest/src/test/java/org/onap/policy/rest/RestTest.java b/models-interactions/model-impl/rest/src/test/java/org/onap/policy/rest/RestTest.java
index 02ae7ece3..1bc3d6e34 100644
--- a/models-interactions/model-impl/rest/src/test/java/org/onap/policy/rest/RestTest.java
+++ b/models-interactions/model-impl/rest/src/test/java/org/onap/policy/rest/RestTest.java
@@ -120,7 +120,7 @@ public class RestTest {
assertThrows(NullPointerException.class, () -> {
mgr.get(null, "user", null, null);
});
- }
+ }
@Test
void testPutUrlNull() {