From 830a00b6b8500be0eb0c403d073c7d34cf05cceb Mon Sep 17 00:00:00 2001 From: James Bardin Date: Fri, 22 Feb 2019 20:41:37 -0500 Subject: [PATCH] fix test that diverged between 2 merges --- communicator/ssh/communicator_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communicator/ssh/communicator_test.go b/communicator/ssh/communicator_test.go index 4d9fd848f..b79e4d13d 100644 --- a/communicator/ssh/communicator_test.go +++ b/communicator/ssh/communicator_test.go @@ -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{