sashapolo commented on code in PR #1659:
URL: https://github.com/apache/ignite-3/pull/1659#discussion_r1102573990


##########
modules/network/src/test/java/org/apache/ignite/network/DefaultMessagingServiceTest.java:
##########
@@ -168,6 +169,9 @@ private static void configureNetworkDefaults(
         lenient().when(networkConfigView.portRange()).thenReturn(0);
         
lenient().when(networkConfigView.outbound()).thenReturn(outboundConfig);
         lenient().when(networkConfigView.inbound()).thenReturn(inboundConfig);
+        SslView ssl = mock(SslView.class);
+        lenient().when(ssl.enabled()).thenReturn(false);

Review Comment:
   all mocks here (I don't expect it to be a big change)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to