Improve testing stability
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / filters / GatewayFilterTest.java
index 08d3691..56b2d46 100644 (file)
@@ -93,7 +93,7 @@ public class GatewayFilterTest {
 
     @Before
     public void initMocks(){
-        MockitoAnnotations.initMocks(this);
+        MockitoAnnotations.openMocks(this);
     }
 
     @Before