aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-rest/src/test/groovy
diff options
context:
space:
mode:
authorleventecsanyi <levente.csanyi@est.tech>2022-10-12 11:51:47 +0200
committerleventecsanyi <levente.csanyi@est.tech>2022-10-17 14:15:26 +0200
commit69563ed36cd4aa6876aee517c9c228d94e52ba91 (patch)
treee075f69e5c529448aea7209235c2e704a97804e5 /cps-ncmp-rest/src/test/groovy
parent63093a3a85d2444e54de5db17101810b2e66e21e (diff)
Fix SonarQube Violations
- Fixed SonarCube issue: added private constructor to TopicValidator and a unit test. Issue-ID: CPS-475 Change-Id: I4379522f023f32c8999a3ee595392bfbab147050 Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
Diffstat (limited to 'cps-ncmp-rest/src/test/groovy')
-rw-r--r--cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/util/TopicValidatorSpec.groovy1
1 files changed, 0 insertions, 1 deletions
diff --git a/cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/util/TopicValidatorSpec.groovy b/cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/util/TopicValidatorSpec.groovy
index e626e1505..15e2c1c6a 100644
--- a/cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/util/TopicValidatorSpec.groovy
+++ b/cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/util/TopicValidatorSpec.groovy
@@ -43,5 +43,4 @@ class TopicValidatorSpec extends Specification {
'blank topic' | ' '
'invalid non empty topic' | '1_5_*_#'
}
-
}