You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.Equal(t, testcase.expectedResult, isConsoleInitializationRequired(&connectConfig, &args), "Unexpected test result encountered for console initialization")
assert.Equal(t, testcase.expectedResult, needsConsole, "Unexpected test result encountered for console initialization")
510
511
assert.Equal(t, testcase.expectedResult, connectConfig.RequiresPassword() &&connectConfig.Password=="", "Unexpected test result encountered for password prompt conditions")
0 commit comments