From d5ee5305be7f747aaddd3493485d6f029f72817b Mon Sep 17 00:00:00 2001 From: Eylon Malin Date: Thu, 24 Oct 2019 10:19:51 +0300 Subject: common api tests assertion, for metrics log and outgoing out headers Issue-ID: VID-253 Signed-off-by: Eylon Malin Change-Id: I3d0f5c215d080b5ae70fe7bb2b42a97fb944dcf9 --- .../src/test/java/org/onap/vid/asdc/rest/SdcRestClientITTest.java | 1 - 1 file changed, 1 deletion(-) (limited to 'vid-app-common') 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; -- cgit 1.2.3-korg