summaryrefslogtreecommitdiffstats
path: root/src/test/java/org
diff options
context:
space:
mode:
authorPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2021-04-21 15:30:05 +0200
committerPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2021-04-23 09:17:39 +0200
commit85da74a2400f92d26605ce1da5fef2bd8783d654 (patch)
tree6dc50e721356c82cf56ea1f2937adf0966fc98f4 /src/test/java/org
parentcd1fa6fcf91b8f233bd911446aad47fbc6ec70f6 (diff)
Add Swagger and OpenAPI description
Issue-ID: SDC-3185 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: Ib6371ec21ad8331124efd1fd15d2e82364c10e39
Diffstat (limited to 'src/test/java/org')
-rw-r--r--src/test/java/org/onap/sdc/helmvalidator/HelmValidatorApplicationTests.java2
-rw-r--r--src/test/java/org/onap/sdc/helmvalidator/helm/versions/ApiVersionsReaderTest.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/java/org/onap/sdc/helmvalidator/HelmValidatorApplicationTests.java b/src/test/java/org/onap/sdc/helmvalidator/HelmValidatorApplicationTests.java
index 5efbedc..e58e92b 100644
--- a/src/test/java/org/onap/sdc/helmvalidator/HelmValidatorApplicationTests.java
+++ b/src/test/java/org/onap/sdc/helmvalidator/HelmValidatorApplicationTests.java
@@ -27,7 +27,7 @@ import org.springframework.boot.test.context.SpringBootTest;
class HelmValidatorApplicationTests {
@Test
- // This method check Spring context load - it no requires assertion (Sonar rule java:S2699)
+ // This method check Spring context load - it no requires assertion (Sonar rule java:S2699)
void contextLoads() { // NOSONAR
}
diff --git a/src/test/java/org/onap/sdc/helmvalidator/helm/versions/ApiVersionsReaderTest.java b/src/test/java/org/onap/sdc/helmvalidator/helm/versions/ApiVersionsReaderTest.java
index 2dbb6c1..b7b6053 100644
--- a/src/test/java/org/onap/sdc/helmvalidator/helm/versions/ApiVersionsReaderTest.java
+++ b/src/test/java/org/onap/sdc/helmvalidator/helm/versions/ApiVersionsReaderTest.java
@@ -41,7 +41,7 @@ import org.onap.sdc.helmvalidator.helm.versions.exception.ReadFileException;
class ApiVersionsReaderTest {
- private static final String API_VERSION_V2= "v2";
+ private static final String API_VERSION_V2 = "v2";
private static final String TEST_RESOURCES_TMP = "src/test/resources/tmp";
private static final Path TEST_CHART_PATH = Path.of(TEST_RESOURCES_TMP).resolve(Path.of("Chart.yaml"));