Improve testing stability
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / be / filters / ReqValidationFilterTest.java
index 8656560..06843e6 100644 (file)
@@ -73,7 +73,7 @@ public class ReqValidationFilterTest {
 
     @Before
     public void initMocks(){
-        MockitoAnnotations.initMocks(this);
+        MockitoAnnotations.openMocks(this);
     }
 
     @Before