aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src
diff options
context:
space:
mode:
authorEylon Malin <eylon.malin@intl.att.com>2019-10-24 10:19:51 +0300
committerEylon Malin <eylon.malin@intl.att.com>2019-10-24 10:19:51 +0300
commitd5ee5305be7f747aaddd3493485d6f029f72817b (patch)
tree00afe4b4c4cb47486b9098bd5a1b1e6fb191c8f4 /vid-app-common/src
parent853f316ee0df77bd0aefb57ff14a51ed3b448fdd (diff)
common api tests assertion, for metrics log and outgoing out headers
Issue-ID: VID-253 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I3d0f5c215d080b5ae70fe7bb2b42a97fb944dcf9
Diffstat (limited to 'vid-app-common/src')
-rw-r--r--vid-app-common/src/test/java/org/onap/vid/asdc/rest/SdcRestClientITTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/vid-app-common/src/test/java/org/onap/vid/asdc/rest/SdcRestClientITTest.java b/vid-app-common/src/test/java/org/onap/vid/asdc/rest/SdcRestClientITTest.java
index 3a76a33e2..c2bf27fba 100644
--- a/vid-app-common/src/test/java/org/onap/vid/asdc/rest/SdcRestClientITTest.java
+++ b/vid-app-common/src/test/java/org/onap/vid/asdc/rest/SdcRestClientITTest.java
@@ -62,7 +62,6 @@ import org.onap.vid.utils.Logging;
public class SdcRestClientITTest {
- private static final String UUID_REGEX = "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}";
private static final String[] SUPPORTED_SSL_VERSIONS = {"TLSv1", "TLSv1.2"};
private static StubServerUtil stubServer;
private static SdcRestClient sdcRestClient;