Merge pull request #20449 from hashicorp/jbardin/ssh-keepalive
fix test that diverged between 2 merges
This commit is contained in:
commit
bd28b996db
|
@ -182,7 +182,7 @@ func TestStart(t *testing.T) {
|
|||
// TestKeepAlives verifies that the keepalive messages don't interfere with
|
||||
// normal operation of the client.
|
||||
func TestKeepAlives(t *testing.T) {
|
||||
address := newMockLineServer(t, nil)
|
||||
address := newMockLineServer(t, nil, testClientPublicKey)
|
||||
parts := strings.Split(address, ":")
|
||||
|
||||
r := &terraform.InstanceState{
|
||||
|
|
Loading…
Reference in New Issue