fix test that diverged between 2 merges

pull/20449/head
James Bardin 7 years ago
parent b5384100a6
commit 830a00b6b8

@ -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…
Cancel
Save