From caa5ebd8c4dd727753cbb706aafa039b7cab2174 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Mon, 24 Jun 2019 08:58:36 +0200 Subject: fixing CsarUtilsTest Issue-ID: SDC-1795 Signed-off-by: Bartosz Gardziejewski Change-Id: Id4a95fdc0ce9dee133ece1d2f105b2e28813e733 --- catalog-be/src/test/java/org/openecomp/sdc/be/tosca/CsarUtilsTest.java | 1 + 1 file changed, 1 insertion(+) (limited to 'catalog-be/src') 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; -- cgit 1.2.3-korg