diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2020-02-18 10:16:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-18 10:16:52 +0000 |
commit | 39d5f8d61857e55fd36add1235ca87157b4c9c92 (patch) | |
tree | 4bf3819561fbc8b695090b4c161b2f09fa7f1012 /certServiceClient/src/test | |
parent | 836acdb5bdd2dc9b07995919ad8d77c2ae45609e (diff) | |
parent | 6e2234ce6ee4492ba65dead0329e2a24fe1a75c3 (diff) |
Merge "Fix for not running tests"
Diffstat (limited to 'certServiceClient/src/test')
-rw-r--r-- | certServiceClient/src/test/java/org/onap/aaf/certservice/client/CertServiceClientAppTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/certServiceClient/src/test/java/org/onap/aaf/certservice/client/CertServiceClientAppTest.java b/certServiceClient/src/test/java/org/onap/aaf/certservice/client/CertServiceClientAppTest.java index a79095c4..e9d169a0 100644 --- a/certServiceClient/src/test/java/org/onap/aaf/certservice/client/CertServiceClientAppTest.java +++ b/certServiceClient/src/test/java/org/onap/aaf/certservice/client/CertServiceClientAppTest.java @@ -22,6 +22,7 @@ package org.onap.aaf.certservice.client; import org.junit.jupiter.api.Test; class CertServiceClientAppTest { + // Sonar check for this test disabled due to lack of assertion in test. // Intention of this test is to check if app runs without exiting Java. @Test |