make the ssh.SetDefaultClient comment clearly

pull/6948/head
Kenta Iso 2020-03-08 22:43:46 +09:00
parent e634d11843
commit b0e79375db
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ func TestGetHostStatus(t *testing.T) {
func TestCreateSSHShell(t *testing.T) {
api := tests.NewMockAPI(t)
// Setting the default client to native gives much better performance.
// Setting the default ssh client to native for test stability.
ssh.SetDefaultClient(ssh.Native)
s, _ := tests.NewSSHServer(t)