bug-fix: Use Junit5 in the serverless module tests (#1794)
* #1667: Fixing the serverless tests to use Junit5 and also modifying other classes to remove the deprecated initMock() method * #1667: Fixing the sonar code smells Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
This commit is contained in:
		| @@ -48,7 +48,7 @@ class ApiGatewayTest { | ||||
|  | ||||
|   @BeforeEach | ||||
|   public void setup() { | ||||
|     MockitoAnnotations.initMocks(this); | ||||
|     MockitoAnnotations.openMocks(this); | ||||
|   } | ||||
|  | ||||
|   /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user