aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-09-17 09:14:52 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-17 09:14:52 +0000
commit57430f302be29cbe0f5501cef91c31ea5cde925b (patch)
tree93cc12d9ef70885119ca750023a144fee2cbd021
parent6d941779aa7ca15ed4bf1bffdc6d67f0bdb647f6 (diff)
parentb95c61227886063e22c5d679bb907aaf7da48fd3 (diff)
Merge "[OOM-CPMv2] Fix sonar issue"
-rw-r--r--certServiceClient/src/test/java/org/onap/oom/certservice/client/configuration/EnvsForCsrTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/certServiceClient/src/test/java/org/onap/oom/certservice/client/configuration/EnvsForCsrTest.java b/certServiceClient/src/test/java/org/onap/oom/certservice/client/configuration/EnvsForCsrTest.java
index ade13f75..9212269c 100644
--- a/certServiceClient/src/test/java/org/onap/oom/certservice/client/configuration/EnvsForCsrTest.java
+++ b/certServiceClient/src/test/java/org/onap/oom/certservice/client/configuration/EnvsForCsrTest.java
@@ -99,7 +99,7 @@ class EnvsForCsrTest {
}
@Test
- public void shouldReportThatSystemEnvOuVariableIsNotPresentWhenItWasNotDefined() {
+ void shouldReportThatSystemEnvOuVariableIsNotPresentWhenItWasNotDefined() {
// when
final Optional<String> testEnv = envsForCsr.getOrganizationUnit();
@@ -191,7 +191,7 @@ class EnvsForCsrTest {
}
@Test
- public void shouldReportThatSystemEnvSansVariableIsNotPresentWhenItWasNotDefined() {
+ void shouldReportThatSystemEnvSansVariableIsNotPresentWhenItWasNotDefined() {
// when
final Optional<String> testEnv = envsForCsr.getSubjectAlternativesName();