From: Bartosz Gardziejewski Date: Mon, 24 Jun 2019 06:58:36 +0000 (+0200) Subject: fixing CsarUtilsTest X-Git-Tag: 1.6.1~268 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F90367%2F2;p=sdc.git fixing CsarUtilsTest Issue-ID: SDC-1795 Signed-off-by: Bartosz Gardziejewski Change-Id: Id4a95fdc0ce9dee133ece1d2f105b2e28813e733 --- diff --git a/catalog-be/src/test/java/org/openecomp/sdc/be/tosca/CsarUtilsTest.java b/catalog-be/src/test/java/org/openecomp/sdc/be/tosca/CsarUtilsTest.java index 73017736d5..beca46c7c6 100644 --- a/catalog-be/src/test/java/org/openecomp/sdc/be/tosca/CsarUtilsTest.java +++ b/catalog-be/src/test/java/org/openecomp/sdc/be/tosca/CsarUtilsTest.java @@ -70,6 +70,7 @@ import org.openecomp.sdc.common.api.ArtifactTypeEnum; import fj.data.Either; import mockit.Deencapsulation; +import org.openecomp.sdc.exception.ResponseFormat; import static junit.framework.Assert.assertFalse; import static junit.framework.Assert.assertNotNull;