Improve testing stability
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / components / impl / OutputsBusinessLogicTest.java
index 88d98de..9c7e384 100644 (file)
@@ -127,7 +127,7 @@ class OutputsBusinessLogicTest {
 
     @BeforeEach
     public void setUp() {
-        MockitoAnnotations.initMocks(this);
+        MockitoAnnotations.openMocks(this);
         service = new Service();
         service.setUniqueId(COMPONENT_ID);
         service.setLastUpdaterUserId(USER_ID);