Merge pull request #20449 from hashicorp/jbardin/ssh-keepalive

fix test that diverged between 2 merges
This commit is contained in:
James Bardin 2019-02-22 20:55:01 -05:00 committed by GitHub
commit bd28b996db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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{