nevdmitry commented on code in PR #2472:
URL: https://github.com/apache/ignite-3/pull/2472#discussion_r1312669545
##########
modules/cli/src/integrationTest/java/org/apache/ignite/internal/cli/commands/connect/ItConnectWithBasicAuthenticationCommandTest.java:
##########
@@ -45,23 +45,23 @@ protected void
configureInitParameters(InitParametersBuilder builder) {
}
@Test
- void failToConnectWithoutAuthentication() {
+ void failToConnectWithoutAuthentication() throws IOException {
// Given basic authentication is not configured in config file
// And prompt before connect
assertThat(getPrompt()).isEqualTo("[disconnected]> ");
+ bindAnswers("n");
Review Comment:
IGNITE-20324
--
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]